Public » Miscellaneous » Dotfiles Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in tip and @

emacs: bundle explicit factor, add evil

Changeset e05cd7f9ebeb

Parent 62f87ca31898

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to one file · Browse files at e05cd7f9ebeb Showing diff from parent 62f87ca31898 Diff from another changeset...

Change 1 of 2 Show Entire File emacs.d/​init.el Stacked
 
8
9
10
 
11
12
13
 
33
34
35
 
 
 
 
 
8
9
10
11
12
13
14
 
34
35
36
37
38
39
40
@@ -8,6 +8,7 @@
  '(ido-enable-flex-matching t)   '(ido-everywhere t)   '(inhibit-startup-screen t) + '(package-selected-packages (quote (evil-surround evil-leader)))   '(require-final-newline t)   '(server-mode t)   '(show-paren-mode t) @@ -33,3 +34,7 @@
  '(("gnu" . "https://elpa.gnu.org/packages/")   ("marmalade" . "https://marmalade-repo.org/packages/")   ("melpa" . "http://melpa.milkbox.net/packages/"))) + +(add-to-list 'load-path "~/src/factor/misc/fuel") +(require 'fuel-mode) +(setq fuel-factor-root-dir "~/src/factor")