aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/init.el b/init.el
index b344c83..9ab7611 100644
--- a/init.el
+++ b/init.el
@@ -31,6 +31,20 @@
31 (load bootstrap-file nil 'nomessage)) 31 (load bootstrap-file nil 'nomessage))
32 32
33 33
34;; ---------------------------------
35;; Don't load outdated code
36;; ------------------------
37;; MMOSMacs is under highly active
38;; development and undergoes
39;; freuqent changes. The newest code
40;; should always be loaded
41;; ---------------------------------
42
43;; if a `.el' file is newer than its corresponding `.elc', load the `.el'
44(setq load-prefer-newer t)
45
46
47
34 48
35;; --------------------------------------------------------------------- 49;; ---------------------------------------------------------------------
36;;; File Management 50;;; File Management