Skip to content

Commit 27dea32

Browse files
committed
合并冲突
2 parents 2d31cbf + 3d48b60 commit 27dea32

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

init.el

+13-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,10 @@ by Prelude.")
153153
;; greet the use with some useful tip
154154
(run-at-time 5 nil 'prelude-tip-of-the-day))
155155

156+
;; themen
156157
(load-theme 'darkokai t)
158+
;; (load-theme 'monokai t)
159+
157160
(global-linum-mode t)
158161
(add-hook 'js2-mode-hook #'hs-minor-mode)
159162
(add-hook 'js2-mode-hook #'js2-refactor-mode)
@@ -166,5 +169,14 @@ by Prelude.")
166169

167170
(add-hook 'js2-mode-hook (lambda ()
168171
(add-hook 'xref-backend-functions #'xref-js2-xref-backend nil t)))
169-
;; (add-to-list 'hs-minor-mode)
172+
;; (add-to-list 'hs-minor-mode)
173+
174+
175+
;;
176+
(add-to-list 'default-frame-alist '(font . "Source Code Pro for Powerline-14" ))
177+
(set-face-attribute 'default t :font "Source Code Pro for Powerline-14")
178+
179+
(global-set-key (kbd "C-x g") 'magit-status)
180+
181+
170182
;;; init.el ends here

0 commit comments

Comments
 (0)