Move elisp into a folder and switch to emacs-wayland on linux.
This commit is contained in:
12
ansible/roles/emacs/files/elisp/base-global-keys.el
Normal file
12
ansible/roles/emacs/files/elisp/base-global-keys.el
Normal file
@@ -0,0 +1,12 @@
|
||||
;; Add your keys here, as such
|
||||
|
||||
;; Disable the suspend frame hotkeys
|
||||
(global-unset-key (kbd "C-z"))
|
||||
(global-unset-key (kbd "C-x C-z"))
|
||||
|
||||
;; dabbrev-expand. Seems to be some sort of dumb-expand. Accidentally hitting it when trying to use M-?
|
||||
(global-unset-key (kbd "M-/"))
|
||||
|
||||
(global-set-key (kbd "C-x g l") 'generate-github-link)
|
||||
|
||||
(provide 'base-global-keys)
|
||||
Reference in New Issue
Block a user