diff options
| -rw-r--r-- | emacs/early-init.el | 1 | ||||
| -rw-r--r-- | emacs/init.el | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/emacs/early-init.el b/emacs/early-init.el index 1547a41..381323e 100644 --- a/emacs/early-init.el +++ b/emacs/early-init.el @@ -2,6 +2,7 @@ (file-truename (concat user-emacs-directory "../")) "Directory containing all configuration files.") + ;; Helper Loading Functions (defun my/load-file (filename) diff --git a/emacs/init.el b/emacs/init.el index 5140228..1276891 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -42,6 +42,7 @@ (electric-indent-mode -1) (global-auto-revert-mode 1) +(keymap-global-set "C-c DEL" #'bury-buffer) (keymap-global-set "C-c j" #'join-line) (keymap-global-set "C-c q" #'electric-quote-local-mode) |
