10 lines
286 B
EmacsLisp
10 lines
286 B
EmacsLisp
;;; package --- summary
|
|
;;; Commentary: All these comments are only here cos of emacs complaining, lol
|
|
;;; Code:
|
|
(org-babel-load-file
|
|
(expand-file-name
|
|
"config.org" user-emacs-directory))
|
|
(put 'upcase-region 'disabled nil)
|
|
(put 'downcase-region 'disabled nil)
|
|
;;; init.el ends here
|