Move configurations to proper file (mostly from editing to general.el)
- add skeleton for configuring org mode
This commit is contained in:
parent
bd03b6ef5c
commit
14e2bdd671
4 changed files with 94 additions and 39 deletions
|
|
@ -98,11 +98,4 @@
|
|||
(require 'yasnippet)
|
||||
(yas-global-mode 1)
|
||||
|
||||
;; Move one window back command
|
||||
(defun other-window-backward ()
|
||||
"Goto previous window"
|
||||
(interactive)
|
||||
(other-window -1))
|
||||
(global-set-key (kbd "\C-x p") 'other-window-backward)
|
||||
|
||||
(provide 'setup-editing)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue