Stabilize the names

master
Jacopo De Simoi 8 years ago
parent 03aabf44af
commit acaf14df21
  1. 1
      .gitignore
  2. 7
      global.org
  3. 8
      init.el

1
.gitignore vendored

@ -8,3 +8,4 @@ tramp
/bookmarks
elpa/*
/org-clock-save.el
/global.el

@ -1,13 +1,8 @@
#+TITLE: init file for emacs
#+AUTHOR: Jacopo De Simoi
* Basic stuff
#+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")
(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…
Cancel
Save