From b08eecc74bfe27d3cf073226ce7409198525ab54 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 22 Mar 2019 09:41:57 +0100 Subject: [PATCH] Fixed ido-flx, colored manpages. --- init.el | 17 ++++++++++++----- server/server | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/init.el b/init.el index dbf8e9b..3e45144 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; init.el --- tastytea's Emacs init file. -;;; Time-stamp: <2019-03-22 09:02:46 CET> +;;; Time-stamp: <2019-03-22 09:32:48 CET> ;;; Commentary: ;;; I am using this file with Emacs 26, but most of it will probably work with @@ -339,6 +339,13 @@ :config (global-display-line-numbers-mode)) +;; Colored man pages +(use-package man + :defer t + :custom-face + (Man-overstrike ((t (:inherit font-lock-type-face :bold t)))) + (Man-underline ((t (:inherit font-lock-keyword-face :underline t))))) + ;;;;;;;;;;;;;;;;;;;; Misc ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Show directory tree in a window. (use-package neotree @@ -405,11 +412,11 @@ (use-package flx-ido :after ido :custom - (setq ido-enable-flex-matching t - ido-ignore-extensions t ; Ignore extension like ~ and .o. - ido-use-virtual-buffers t)) ; Keep history of recently opened buffers. + (ido-enable-flex-matching t) + (ido-ignore-extensions t) ; Ignore extension like ~ and .o. + (ido-use-virtual-buffers t) ; Keep history of recently opened buffers. :config - (flx-ido-mode t) + (flx-ido-mode t)) ;; Replaces stock emacs completion with ido completion wherever it is possible. (use-package ido-completing-read+ diff --git a/server/server b/server/server index aaa9f6a..bd33ab3 100644 --- a/server/server +++ b/server/server @@ -1,2 +1,2 @@ -127.0.0.1:51313 15932 +127.0.0.1:51313 11583 phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh \ No newline at end of file