Move configurations to proper file (mostly from editing to general.el)

- add skeleton for configuring org mode
This commit is contained in:
laurensmiers 2017-08-23 14:13:18 +02:00
parent bd03b6ef5c
commit 14e2bdd671
4 changed files with 94 additions and 39 deletions

View file

@ -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)