Fixed ido-flx, colored manpages.
This commit is contained in:
parent
cae46baae8
commit
b08eecc74b
17
init.el
17
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; 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:
|
;;; 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
|
||||||
|
@ -339,6 +339,13 @@
|
||||||
:config
|
:config
|
||||||
(global-display-line-numbers-mode))
|
(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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;; Misc ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Show directory tree in a window.
|
;; Show directory tree in a window.
|
||||||
(use-package neotree
|
(use-package neotree
|
||||||
|
@ -405,11 +412,11 @@
|
||||||
(use-package flx-ido
|
(use-package flx-ido
|
||||||
:after ido
|
:after ido
|
||||||
:custom
|
:custom
|
||||||
(setq ido-enable-flex-matching t
|
(ido-enable-flex-matching t)
|
||||||
ido-ignore-extensions t ; Ignore extension like ~ and .o.
|
(ido-ignore-extensions t) ; Ignore extension like ~ and .o.
|
||||||
ido-use-virtual-buffers t)) ; Keep history of recently opened buffers.
|
(ido-use-virtual-buffers t) ; Keep history of recently opened buffers.
|
||||||
:config
|
:config
|
||||||
(flx-ido-mode t)
|
(flx-ido-mode t))
|
||||||
|
|
||||||
;; Replaces stock emacs completion with ido completion wherever it is possible.
|
;; Replaces stock emacs completion with ido completion wherever it is possible.
|
||||||
(use-package ido-completing-read+
|
(use-package ido-completing-read+
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 15932
|
127.0.0.1:51313 11583
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user