Add all paths in one shot

master
Jacopo De Simoi 12 years ago
parent f5de578423
commit 4f871ef112
  1. 6
      init.el

@ -142,6 +142,12 @@
(require 'pomodoro) (require 'pomodoro)
;; add .emacs.d and subdirs to load path
(add-to-list 'load-path "~/.emacs.d")
(let ((default-directory "~/.emacs.d/"))
(normal-top-level-add-subdirs-to-load-path)
(normal-top-level-add-to-load-path '("fringe-helper.el" "multiple-cursors.el" "dash.el")))
(defun add-delimiter (delim-begin delim-end r-begin r-end) (defun add-delimiter (delim-begin delim-end r-begin r-end)
"Add the pair of delimiters given in delim at the ends of the region if it is activated" "Add the pair of delimiters given in delim at the ends of the region if it is activated"
(interactive "cBegin delimiter: \ncEnd delimiter: \nr") (interactive "cBegin delimiter: \ncEnd delimiter: \nr")

Loading…
Cancel
Save