|
|
|
@ -40,11 +40,12 @@ |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(let ((default-directory "~/.emacs.d/")) |
|
|
|
(let ((default-directory "~/.emacs.d/")) |
|
|
|
(normal-top-level-add-subdirs-to-load-path) |
|
|
|
(normal-top-level-add-subdirs-to-load-path) |
|
|
|
(normal-top-level-add-to-load-path '("fringe-helper.el" |
|
|
|
(normal-top-level-add-to-load-path '("biblio.el" |
|
|
|
|
|
|
|
"fringe-helper.el" |
|
|
|
"multiple-cursors.el" |
|
|
|
"multiple-cursors.el" |
|
|
|
"expand-region.el" |
|
|
|
"expand-region.el" |
|
|
|
"dash.el" |
|
|
|
"dash.el" |
|
|
|
"webpaste.el"))) |
|
|
|
"webpaste.el"))) |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
Put autosave files (ie #foo#) and backup files (ie foo~) in ~/.emacs.d/. |
|
|
|
Put autosave files (ie #foo#) and backup files (ie foo~) in ~/.emacs.d/. |
|
|
|
create the autosave dir if necessary, since emacs won't. |
|
|
|
create the autosave dir if necessary, since emacs won't. |
|
|
|
@ -1345,6 +1346,7 @@ |
|
|
|
(byte-recompile-directory "~/.emacs.d/bibretrieve" 0) |
|
|
|
(byte-recompile-directory "~/.emacs.d/bibretrieve" 0) |
|
|
|
(load "bibretrieve") |
|
|
|
(load "bibretrieve") |
|
|
|
(setq bibretrieve-backends '(("mrl" . 8) ("arxiv" . 5))) |
|
|
|
(setq bibretrieve-backends '(("mrl" . 8) ("arxiv" . 5))) |
|
|
|
|
|
|
|
(require 'biblio) |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
** TODO KDE integration |
|
|
|
** TODO KDE integration |
|
|
|
*** TODO cleanup and split |
|
|
|
*** TODO cleanup and split |
|
|
|
|