From ec8b3527730bb241590baf95902dbf43afceaa86 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 24 Apr 2019 23:22:05 +0200 Subject: [PATCH] Added ruler-faces under :custom-face too. --- init.el | 16 +++++++++++++--- server/server | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index 678c626..a035236 100644 --- a/init.el +++ b/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 diff --git a/server/server b/server/server index 5a79ca9..5da1788 100644 --- a/server/server +++ b/server/server @@ -1,2 +1,2 @@ -127.0.0.1:51313 6964 +127.0.0.1:51313 4703 phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh \ No newline at end of file