Emacs: Set what-cursor-show-names to t.

This commit is contained in:
tastytea 2020-05-17 17:28:28 +02:00
parent a1ceab2733
commit 62e7c61c15
1 changed files with 3 additions and 2 deletions

View File

@ -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.