mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Moved this to init.el
This commit is contained in:
parent
cae0bdc50f
commit
bbdeea9959
2 changed files with 2 additions and 4 deletions
|
|
@ -1010,10 +1010,6 @@
|
|||
#+begin_src emacs-lisp
|
||||
(setq org-ctrl-k-protect-subtree t)
|
||||
#+end_src
|
||||
* Lisp modules
|
||||
#+begin_src emacs-lisp
|
||||
(require 'my-org-agenda-commands)
|
||||
#+end_src
|
||||
* Restriction from org-agenda
|
||||
#+begin_src emacs-lisp
|
||||
(define-key org-agenda-mode-map (kbd "N") #'(lambda ()
|
||||
|
|
|
|||
2
init.el
2
init.el
|
|
@ -75,6 +75,8 @@
|
|||
(expand-file-name "config-org.org"
|
||||
user-emacs-directory))
|
||||
|
||||
(require 'my-org)
|
||||
|
||||
(org-babel-load-file
|
||||
(expand-file-name "my-redefs.org"
|
||||
user-emacs-directory))
|
||||
|
|
|
|||
Loading…
Reference in a new issue