mirror of
https://github.com/Ascyii/emacs.git
synced 2026-01-01 06:04:24 -05:00
Some working configuration
This commit is contained in:
8
lisp/navigation.el
Normal file
8
lisp/navigation.el
Normal file
@@ -0,0 +1,8 @@
|
||||
;; Activate evil mode
|
||||
|
||||
(unless (package-installed-p 'evil)
|
||||
(package-install 'evil))
|
||||
(require 'evil)
|
||||
(evil-mode 1)
|
||||
|
||||
(provide 'navigation)
|
||||
Reference in New Issue
Block a user