diff options
author | Guangxiong Lin <[email protected]> | 2022-03-13 10:51:00 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-13 10:51:00 +0800 |
commit | 1ebe008da2a6c0eef703a39c72b12d1705ba9e0f (patch) | |
tree | 41b1ecb4c0fe337d32983f16b957ce12e218ecab | |
parent | 52663428184b2f13611bcbdae8431fd9605b1d7e (diff) | |
download | dotfiles-1ebe008da2a6c0eef703a39c72b12d1705ba9e0f.tar.gz dotfiles-1ebe008da2a6c0eef703a39c72b12d1705ba9e0f.tar.bz2 dotfiles-1ebe008da2a6c0eef703a39c72b12d1705ba9e0f.zip |
Remove autoload of orgmode (emacs)
Autoload has been alreadly implemented in orgmode
-rw-r--r-- | .emacs.d/lisp/init-org.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-org.el b/.emacs.d/lisp/init-org.el index 81b0935..ed8b80d 100644 --- a/.emacs.d/lisp/init-org.el +++ b/.emacs.d/lisp/init-org.el @@ -18,7 +18,6 @@ ((org-ql-block-header "Stuck Projects"))) "A block showing stuck projects.") -(autoload 'org-mode "org") (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) ;; keybinds |