Added Diminish and Undo-tree
This commit is contained in:
parent
d4c43d0417
commit
85066f0c6a
@ -11,7 +11,7 @@
|
||||
'(anzu-search-threshold 1000)
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(highlight-indent-guides yaml-mode whitespace-cleanup-mode sublime-themes sml-modeline smarty-mode smart-mode-line-powerline-theme scss-mode sass-mode rainbow-mode prettier-js pkgbuild-mode pcre2el nlinum markdown-mode less-css-mode flycheck editorconfig anzu ac-php))))
|
||||
(undo-tree pip-requirements jedi neotree highlight-indent-guides yaml-mode whitespace-cleanup-mode sublime-themes sml-modeline smarty-mode smart-mode-line-powerline-theme scss-mode sass-mode rainbow-mode prettier-js pkgbuild-mode pcre2el nlinum markdown-mode less-css-mode flycheck editorconfig anzu ac-php))))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
@ -32,5 +32,19 @@
|
||||
(setq-default
|
||||
indent-tabs-mode nil)
|
||||
|
||||
|
||||
;;----------------------------------------------------------------------------
|
||||
;; Diminish - is minor modes with no modeline display
|
||||
;;----------------------------------------------------------------------------
|
||||
(require-package 'diminish)
|
||||
|
||||
;;----------------------------------------------------------------------------
|
||||
;; Undo-tree
|
||||
;;----------------------------------------------------------------------------
|
||||
(require-package 'undo-tree)
|
||||
(global-undo-tree-mode)
|
||||
(diminish 'undo-tree-mode)
|
||||
|
||||
;;----------------------------------------------------------------------------
|
||||
(myemacs/elapsed-time)
|
||||
(provide 'init-editing-utils)
|
||||
|
Loading…
x
Reference in New Issue
Block a user