Skip to content

Commit

Permalink
Work like a Jerk
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Epstein committed Jul 18, 2014
1 parent 8c3a08c commit 923197b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions personal/caleb.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
(setq sp-use-paredit-bindings nil)
(setq ibuffer-expert t)
(desktop-save-mode 1)
(remove-hook 'prog-mode 'flycheck-mode)

(require 'diminish)

Expand All @@ -26,3 +27,6 @@
'(diminish 'whitespace-mode ""))))

(global-set-key [remap move-beginning-of-line] 'move-beginning-of-line)

(global-set-key (kbd "<f2>") 'rgrep)
(global-set-key (kbd "C-<return>") 'helm-M-x)
2 changes: 1 addition & 1 deletion personal/theme.el
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(load-theme 'wheatgrass)
(load-theme 'solarized-dark)

0 comments on commit 923197b

Please sign in to comment.