git.fiddlerwoaroof.com
Browse code

emacs: reorder

Ed Langley authored on 29/07/2019 21:14:11
Showing 1 changed files
... ...
@@ -1,6 +1,10 @@
1 1
 ;; -*- mode: Emacs-Lisp;tab-width: 8;indent-tabs-mode: nil; -*-
2 2
 (setq gc-cons-threshold 100000000)
3 3
 
4
+(setq gc-cons-threshold 100000000
5
+      inhibit-splash-screen t
6
+      inhibit-startup-message t)
7
+
4 8
 (let ((my-theme-path (expand-file-name "~/.emacs.d/themes/")))
5 9
   (add-to-list 'load-path my-theme-path)
6 10
   (add-to-list 'custom-theme-load-path my-theme-path)
... ...
@@ -15,12 +19,7 @@
15 19
 (tool-bar-mode 0)
16 20
 (scroll-bar-mode 0)
17 21
 
18
-(defvar zen-mode)
19
-
20 22
 (message invocation-name)
21
-(setq gc-cons-threshold 100000000)
22
-(setq inhibit-splash-screen t)
23
-(setq inhibit-startup-message t)
24 23
 
25 24
 (let ((default-directory  "~/.emacs.d/lisp/"))
26 25
   (make-directory default-directory t)