Added leuven-theme to suggested theme.
This commit is contained in:
parent
4e63c8d3f5
commit
03b6db1924
@ -25,7 +25,6 @@
|
|||||||
(package-refresh-contents)
|
(package-refresh-contents)
|
||||||
(mapc 'package-install packages)))
|
(mapc 'package-install packages)))
|
||||||
|
|
||||||
;; no splash screen
|
|
||||||
(dolist (mode '(show-paren-mode ; show matching parenthesis
|
(dolist (mode '(show-paren-mode ; show matching parenthesis
|
||||||
column-number-mode ; show column number in mode-line
|
column-number-mode ; show column number in mode-line
|
||||||
delete-selection-mode ; overwrite marked text
|
delete-selection-mode ; overwrite marked text
|
||||||
@ -51,12 +50,13 @@
|
|||||||
;; Answer with y/n
|
;; Answer with y/n
|
||||||
(fset 'yes-or-no-p 'y-or-n-p)
|
(fset 'yes-or-no-p 'y-or-n-p)
|
||||||
|
|
||||||
|
;; Choose a color-theme
|
||||||
|
|
||||||
;; answer with y/n
|
;; Suggested dark theme:
|
||||||
(fset 'yes-or-no-p 'y-or-n-p)
|
;; (load-theme 'monokai t)
|
||||||
|
|
||||||
;; choose a color-theme
|
;; Suggested light theme:
|
||||||
(load-theme 'monokai t)
|
(load-theme 'leuven t)
|
||||||
|
|
||||||
;; get the default config for auto-complete (downloaded with
|
;; get the default config for auto-complete (downloaded with
|
||||||
;; package-manager)
|
;; package-manager)
|
||||||
|
Loading…
Reference in New Issue
Block a user