Skip to content

Commit

Permalink
Last couple of misc settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rdj committed Sep 29, 2011
1 parent 39cd53b commit e3df61e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions rdj/rdj-misc.el
Expand Up @@ -30,4 +30,17 @@
(setq next-line-add-newlines nil)


;;; Modes

;; Default to fundamental
(setq default-major-mode 'fundamental-mode)

;; Font lock
(global-font-lock-mode 't)
(setq font-lock-maximum-decoration 't)

;; Abbrevations
(setq default-abbrev-mode 't)


(provide 'rdj-misc)

0 comments on commit e3df61e

Please sign in to comment.