move using stuff to lower in file
This commit is contained in:
parent
96b3c38690
commit
e889af53a5
1 changed files with 3 additions and 2 deletions
|
@ -17,8 +17,6 @@
|
||||||
(package-initialize)
|
(package-initialize)
|
||||||
|
|
||||||
; Make sure linum mode is false
|
; Make sure linum mode is false
|
||||||
(global-linum-mode 0)
|
|
||||||
(global-relative-line-numbers-mode)
|
|
||||||
|
|
||||||
(defvar my-packages '(better-defaults
|
(defvar my-packages '(better-defaults
|
||||||
clojure-mode
|
clojure-mode
|
||||||
|
@ -57,3 +55,6 @@
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
)
|
)
|
||||||
(load-theme 'monokai t)
|
(load-theme 'monokai t)
|
||||||
|
|
||||||
|
(global-linum-mode 0)
|
||||||
|
(global-relative-line-numbers-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue