1
0
Fork 0

Merge in epsilon configs

This commit is contained in:
Jeremy Kaplan 2016-06-30 22:21:10 -04:00
commit c90fb1b474
2 changed files with 2 additions and 10 deletions

View file

@ -98,7 +98,7 @@
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(tuareg-font-lock-operator-face ((t (:inherit font-lock-keyword-face))))) )
(require 'autopair) (require 'autopair)
(autopair-global-mode) (autopair-global-mode)
@ -283,10 +283,3 @@ they line up with the line containing the corresponding opening bracket."
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes") (add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'jdkaplan t) (load-theme 'jdkaplan t)
;; (load-theme 'jdkaplan-light t) ;; (load-theme 'jdkaplan-light t)
;; sup
(add-to-list 'auto-mode-alist '("/sup.*eml$" . message-mode))
(add-hook 'message-mode-hook
(lambda ()
(auto-fill-mode 1)
(search-forward-regexp "^$")))

View file

@ -8,11 +8,10 @@ alias ll='ls -l'
alias units='units --verbose' alias units='units --verbose'
alias trr='transmission-remote' alias trr='transmission-remote'
alias vol='pulseaudio-ctl set' alias vol='pulseaudio-ctl set'
alias ssh-add-all='for key in ~/.ssh/id_rsa^*.pub; do ssh-add $key; done' alias ssh-add-all='for key in ~/.ssh/id_rsa^*.pub; do ssh-add $key; done'
which thefuck > /dev/null && eval $(thefuck --alias) which thefuck > /dev/null && eval $(thefuck --alias)
alias todo='todo.sh' alias shutdown='sudo shutdown now'