Some minor changes to init.el.
This commit is contained in:
parent
08e3ccb2fa
commit
13b4c6ff6f
12
init.el
12
init.el
|
@ -1,5 +1,5 @@
|
|||
;;; init.el --- tastytea's Emacs init file.
|
||||
;; Time-stamp: <2019-04-08T21:52:14+00:00>
|
||||
;; Time-stamp: <2019-04-09T00:38:23+00:00>
|
||||
|
||||
;;; Commentary:
|
||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||
|
@ -369,7 +369,6 @@
|
|||
(doom-neotree-file-icons 'icons)
|
||||
:custom-face
|
||||
(font-lock-comment-face ((t (:inherit font-lock-comment-face :foreground "#667755"))))
|
||||
;; (font-lock-comment-face ((t (:inherit font-lock-comment-face :foreground "#555556"))))
|
||||
:config
|
||||
(load-theme 'doom-molokai t)
|
||||
(doom-themes-neotree-config)))
|
||||
|
@ -379,18 +378,17 @@
|
|||
:after all-the-icons
|
||||
:init
|
||||
(column-number-mode t) ; Show column numbers in modeline.
|
||||
(size-indication-mode) ; Buffer size display in the modeline.
|
||||
:config
|
||||
(setq doom-modeline-minor-modes t
|
||||
(setq doom-modeline-minor-modes nil
|
||||
;; doom-modeline-buffer-file-name-style 'relative-to-project
|
||||
doom-modeline-buffer-file-name-style 'truncate-except-project
|
||||
doom-modeline-minor-modes nil)
|
||||
doom-modeline-buffer-file-name-style 'truncate-except-project)
|
||||
:hook
|
||||
(after-init . doom-modeline-mode))
|
||||
|
||||
;; Miscellaneous visual improvements.
|
||||
(set-face-font 'default "Source Code Pro")
|
||||
(global-hl-line-mode t) ; Highlight current line.
|
||||
(size-indication-mode) ; Buffer size display in the modeline.
|
||||
(show-paren-mode t) ; Visualize matching parens.
|
||||
;; Show line numbers on the left side of the buffer.
|
||||
(use-package display-line-numbers
|
||||
|
@ -398,7 +396,7 @@
|
|||
:config
|
||||
(global-display-line-numbers-mode))
|
||||
|
||||
;; Colored man pages
|
||||
;; Colored man pages.
|
||||
(use-package man
|
||||
:defer t
|
||||
:custom-face
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 17362
|
||||
127.0.0.1:51313 6782
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user