forked from colonelpanic/dotfiles
[Emacs] Reformat init.el org use-package
This commit is contained in:
parent
0907711ab4
commit
6cb0ecd796
@ -27,6 +27,7 @@
|
||||
;; Without this, org can behave very strangely
|
||||
(use-package org
|
||||
:init
|
||||
(progn
|
||||
;; Taken from https://github.com/raxod502/radian/blob/master/radian-emacs/radian-org.el
|
||||
(defun radian--org-git-version ()
|
||||
"Return the abbreviated SHA for the Org Git repo."
|
||||
@ -52,7 +53,7 @@
|
||||
(defun org-release () "N/A")
|
||||
(provide 'org-version)
|
||||
(with-eval-after-load 'org
|
||||
(defalias #'org-git-version #'radian--org-git-version)))
|
||||
(defalias #'org-git-version #'radian--org-git-version))))
|
||||
|
||||
(let ((debug-on-error t))
|
||||
(org-babel-load-file
|
||||
|
Loading…
Reference in New Issue
Block a user