Cleanup and evil setup
Removed several functions from init-functions that I didn't actually use. Lots of other cleanup. The variable "is-vim-user" in init.el controls whether or not evil packages should be installed and configured.
This commit is contained in:
parent
cbecd5031d
commit
2acc9f23fa
6 changed files with 72 additions and 138 deletions
|
|
@ -39,8 +39,8 @@
|
|||
;; So good!
|
||||
(global-set-key (kbd "C-c g") 'magit-status)
|
||||
|
||||
;; Add a fullscreen toggle
|
||||
(global-set-key (kbd "M-RET") 'toggle-frame-fullscreen)
|
||||
;; Add a fullscreen toggle - TODO: reenable in next Emacs release
|
||||
; (global-set-key (kbd "M-RET") 'toggle-frame-fullscreen)
|
||||
|
||||
;; Replace standard goto-line with goto-line-with-feedback
|
||||
(global-set-key (kbd "M-g g") 'goto-line-with-feedback)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue