Emacs: Set what-cursor-show-names to t.
This commit is contained in:
parent
a1ceab2733
commit
62e7c61c15
|
@ -1,6 +1,6 @@
|
|||
;;; global-variables.el --- Set some global variables. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-03-18T14:55:03+0100>
|
||||
;; Time-stamp: <2020-05-17T17:28:16+0200>
|
||||
|
||||
;;; Commentary:
|
||||
;; * Banish customizations.
|
||||
|
@ -37,7 +37,8 @@
|
|||
(auth-sources ; Preference of authentication sources.
|
||||
'("~/.authinfo.gpg" "~/.authinfo" "~/.netrc"))
|
||||
(auth-source-gpg-encrypt-to ; Encrypt to these users.
|
||||
(cons (symbol-value 'user-mail-address) '())))
|
||||
(cons (symbol-value 'user-mail-address) '()))
|
||||
(what-cursor-show-names t))
|
||||
|
||||
:config (progn
|
||||
;; read more data per chunk. LSP responses are large.
|
||||
|
|
Loading…
Reference in New Issue
Block a user