Added ruler-faces under :custom-face too.
This commit is contained in:
parent
f7a8eb7fb2
commit
ec8b352773
16
init.el
16
init.el
|
@ -1,5 +1,5 @@
|
|||
;;; init.el --- tastytea's Emacs init file.
|
||||
;; Time-stamp: <2019-04-24T20:45:19+00:00>
|
||||
;; Time-stamp: <2019-04-24T21:16:18+00:00>
|
||||
|
||||
;;; Commentary:
|
||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||
|
@ -75,6 +75,7 @@
|
|||
:init
|
||||
;; Banish customizations to another file.
|
||||
(setq custom-file (concat user-emacs-directory "custom.el"))
|
||||
|
||||
:custom
|
||||
(inhibit-startup-screen t)
|
||||
(inhibit-startup-echo-area-message t)
|
||||
|
@ -90,7 +91,7 @@
|
|||
|
||||
(user-full-name "tastytea")
|
||||
(user-mail-address "tastytea@tastytea.de")
|
||||
(setq mouse-wheel-scroll-amount '(1 ((shift) . 1))) ; Scroll 1 line at a time.
|
||||
(mouse-wheel-scroll-amount '(1 ((shift) . 1))) ; Scroll 1 line at a time.
|
||||
;; Paste text where the cursor is, not where the mouse is.
|
||||
(mouse-yank-at-point t)
|
||||
(initial-scratch-message nil) ; Make scratch buffer empty,
|
||||
|
@ -587,7 +588,16 @@ With argument, do this that many times."
|
|||
(tabbar-modified (nil
|
||||
:foreground "brown2"
|
||||
:italic t
|
||||
:bold nil))))
|
||||
:bold nil))
|
||||
(ruler-mode-default (nil
|
||||
:inherit default
|
||||
:background "gray18"
|
||||
:foreground "dim gray"
|
||||
:box nil))
|
||||
(ruler-mode-column-number (nil
|
||||
:inherit ruler-mode-default
|
||||
:foreground "dark gray"))
|
||||
))
|
||||
|
||||
;; Visualize whitespace.
|
||||
(use-package whitespace
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 6964
|
||||
127.0.0.1:51313 4703
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user