Skip to content

Commit

Permalink
Work around Prelude annoyances
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Epstein committed May 27, 2015
1 parent 32ae31c commit 827b45a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions personal/caleb.el
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@
(lambda () (local-set-key (kbd "<C-tab>") 'company-complete)))
(add-hook 'c-mode-common-hook
(lambda () (local-set-key (kbd "C-c j") 'find-tag)))

;; See https://github.com/bbatsov/projectile/issues/523
(setq projectile-mode-line " Projectile")

;; This hook is super-annoying:
(remove-hook 'find-file-hook 'prelude-reopen-as-root)

0 comments on commit 827b45a

Please sign in to comment.