Browse Source

small change to bashrc and emacs.d

Taylor Bockman 4 years ago
parent
commit
631bc3622a
  1. 3
      dotfiles/emacs.d/init.el

3
dotfiles/emacs.d/init.el

@ -144,6 +144,9 @@ There are two things you can do about this warning:
(ivy-mode 1)
;; Enable column numbers
(column-number-mode 1)
;; Enable paredit for lisp
(autoload 'enable-paredit-mode "paredit" "Turn on pseudo-structural editing of Lisp code." t)
(add-hook 'emacs-lisp-mode-hook #'enable-paredit-mode)

Loading…
Cancel
Save