Skip to content

Commit

Permalink
Emacs: whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Aug 2, 2015
1 parent e8c5cf4 commit 6ad248b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .emacs.d/stuart.org
Expand Up @@ -3,9 +3,9 @@
Adapted from [[https://github.com/abedra/emacs.d][Aaron Bedra]] and [[https://github.com/cndreisbach/emacs.d][Clinton Dreisbach]]

* Preliminaries

** User details

#+BEGIN_SRC emacs-lisp
(setq user-full-name "Stuart Sierra")
(setq user-mail-address "mail@stuartsierra.com")
Expand All @@ -30,7 +30,7 @@ Adapted from [[https://github.com/abedra/emacs.d][Aaron Bedra]] and [[https://gi

(I noticed this in the CIDER REPL when =M-p= didn't work because
~assert~ was not defined.)

* Package management (ELPA)

** Vendored packages
Expand Down Expand Up @@ -147,7 +147,7 @@ Adapted from [[https://github.com/abedra/emacs.d][Aaron Bedra]] and [[https://gi
(when (not (package-installed-p pkg))
(package-install pkg))))
#+END_SRC

* PATH and environment

from https://github.com/purcell/exec-path-from-shell
Expand Down Expand Up @@ -557,7 +557,7 @@ Adapted from [[https://github.com/abedra/emacs.d][Aaron Bedra]] and [[https://gi
** Clojure

#+BEGIN_SRC emacs-lisp
(add-to-list 'auto-mode-alist
(add-to-list 'auto-mode-alist
'("\\.cljs$" . clojure-mode)
'("\\.edn$" . clojure-mode))

Expand Down

0 comments on commit 6ad248b

Please sign in to comment.