Move keys to defaults

This commit is contained in:
Marcus Kammer 2021-12-15 17:57:47 +01:00
parent 540c679219
commit 26c97e9d63
Signed by: marcuskammer
GPG key ID: C374817BE285268F
3 changed files with 5 additions and 10 deletions

View file

@ -113,3 +113,8 @@ was created from a Texinfo file generated by Docutils or Sphinx."
(add-hook 'after-save-hook (add-hook 'after-save-hook
'executable-make-buffer-file-executable-if-script-p) 'executable-make-buffer-file-executable-if-script-p)
(global-set-key (kbd "M-i") 'imenu)
(global-set-key (kbd "M-o") 'ace-window)
(global-set-key (kbd "M-[") 'tab-bar-history-back)
(global-set-key (kbd "M-]") 'tab-bar-history-forward)

View file

@ -1,7 +0,0 @@
;; GLOBAL KEYS
;; (global-set-key (kbd "C-c C-x m") 'org-pomodoro)
(global-set-key (kbd "M-i") 'imenu)
(global-set-key (kbd "C-c n") 'newsticker-start)
(global-set-key (kbd "M-o") 'ace-window)
(global-set-key (kbd "M-[") 'tab-bar-history-back)
(global-set-key (kbd "M-]") 'tab-bar-history-forward)

View file

@ -3,12 +3,9 @@
(load "bundle--server") (load "bundle--server")
(load "bundle--package") (load "bundle--package")
(load "bundle--customfile") (load "bundle--customfile")
(load "bundle--keys")
(load "bundle--coding") (load "bundle--coding")
(load "bundle--holidays") (load "bundle--holidays")
(load "bundle--latex") (load "bundle--latex")
(load "bundle--mk") (load "bundle--mk")
(load "bundle--hooks") (load "bundle--hooks")
(load "bundle--lists") (load "bundle--lists")
(org-clock-persistence-insinuate)
(org-agenda-list)