Move keys to defaults
This commit is contained in:
parent
540c679219
commit
26c97e9d63
3 changed files with 5 additions and 10 deletions
|
@ -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)
|
||||||
|
|
|
@ -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)
|
|
3
init.el
3
init.el
|
@ -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)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue