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)
|
||||
|
||||
; Make sure linum mode is false
|
||||
(global-linum-mode 0)
|
||||
(global-relative-line-numbers-mode)
|
||||
|
||||
(defvar my-packages '(better-defaults
|
||||
clojure-mode
|
||||
|
@ -57,3 +55,6 @@
|
|||
;; If there is more than one, they won't work right.
|
||||
)
|
||||
(load-theme 'monokai t)
|
||||
|
||||
(global-linum-mode 0)
|
||||
(global-relative-line-numbers-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue