Added smart-mode-line
In line with this I've finally kicked the Nyan-cat out. Sorry!
This commit is contained in:
parent
53162ecd24
commit
8a33aaa7ca
4 changed files with 12 additions and 13 deletions
|
|
@ -1,4 +1,6 @@
|
|||
(require 'uniquify)
|
||||
(require 'smart-mode-line)
|
||||
|
||||
; ## Generic settings ##
|
||||
|
||||
; Hide those ugly tool bars
|
||||
|
|
@ -42,6 +44,10 @@
|
|||
backup-directory-alist `(("." . ,(concat user-emacs-directory "backups")))
|
||||
diff-switches "-u")
|
||||
|
||||
;; Fix mode line
|
||||
(if after-init-time (sml/setup)
|
||||
(add-hook 'after-init-hook 'sml/setup))
|
||||
|
||||
(setq smex-save-file (concat user-emacs-directory ".smex-items"))
|
||||
(smex-initialize)
|
||||
(global-set-key (kbd "M-x") 'smex)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue