add some more things to evil emacs

This commit is contained in:
Thomas Ruoff
2019-08-10 00:48:48 +02:00
parent d9d857de65
commit bbeb07ab00
3 changed files with 86 additions and 19 deletions

14
emacs/.emacs.d/custom.el Normal file
View File

@@ -0,0 +1,14 @@
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages
(quote
(projectile evil-leader use-package evil-surround evil-escape))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)