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.
|
;;; 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:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||||
|
@ -75,6 +75,7 @@
|
||||||
:init
|
:init
|
||||||
;; Banish customizations to another file.
|
;; Banish customizations to another file.
|
||||||
(setq custom-file (concat user-emacs-directory "custom.el"))
|
(setq custom-file (concat user-emacs-directory "custom.el"))
|
||||||
|
|
||||||
:custom
|
:custom
|
||||||
(inhibit-startup-screen t)
|
(inhibit-startup-screen t)
|
||||||
(inhibit-startup-echo-area-message t)
|
(inhibit-startup-echo-area-message t)
|
||||||
|
@ -90,7 +91,7 @@
|
||||||
|
|
||||||
(user-full-name "tastytea")
|
(user-full-name "tastytea")
|
||||||
(user-mail-address "tastytea@tastytea.de")
|
(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.
|
;; Paste text where the cursor is, not where the mouse is.
|
||||||
(mouse-yank-at-point t)
|
(mouse-yank-at-point t)
|
||||||
(initial-scratch-message nil) ; Make scratch buffer empty,
|
(initial-scratch-message nil) ; Make scratch buffer empty,
|
||||||
|
@ -587,7 +588,16 @@ With argument, do this that many times."
|
||||||
(tabbar-modified (nil
|
(tabbar-modified (nil
|
||||||
:foreground "brown2"
|
:foreground "brown2"
|
||||||
:italic t
|
: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.
|
;; Visualize whitespace.
|
||||||
(use-package whitespace
|
(use-package whitespace
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 6964
|
127.0.0.1:51313 4703
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user