parent
03aabf44af
commit
acaf14df21
3 changed files with 9 additions and 7 deletions
@ -1,13 +1,8 @@ |
|||||||
#+TITLE: init file for emacs |
#+TITLE: init file for emacs |
||||||
#+AUTHOR: Jacopo De Simoi |
#+AUTHOR: Jacopo De Simoi |
||||||
|
|
||||||
|
* Basic stuff |
||||||
#+BEGIN_SRC emacs-lisp |
#+BEGIN_SRC emacs-lisp |
||||||
;; Added by Package.el. This must come before configurations of |
|
||||||
;; installed packages. Don't delete this line. If you don't want it, |
|
||||||
;; just comment it out by adding a semicolon to the start of the line. |
|
||||||
;; You may delete these explanatory comments. |
|
||||||
(package-initialize) |
|
||||||
|
|
||||||
(setq custom-file "~/.emacs.d/custom.el") |
(setq custom-file "~/.emacs.d/custom.el") |
||||||
(load custom-file 'noerror) |
(load custom-file 'noerror) |
||||||
|
|
||||||
@ -1 +1,7 @@ |
|||||||
(org-babel-load-file "~/.emacs.d/configuration.org") |
;; Added by Package.el. This must come before configurations of |
||||||
|
;; installed packages. Don't delete this line. If you don't want it, |
||||||
|
;; just comment it out by adding a semicolon to the start of the line. |
||||||
|
;; You may delete these explanatory comments. |
||||||
|
(package-initialize) |
||||||
|
|
||||||
|
(org-babel-load-file "~/.emacs.d/global.org") |
||||||
|
|||||||
Loading…
Reference in new issue