Merge branch 'master' of git.greyserv.net:marrub/scripts

# Conflicts:
#	emacs/init.el
master
an 2020-08-02 12:00:10 -06:00
commit 9b621b391e
3 ha cambiato i file con 12 aggiunte e 2 eliminazioni

4
.gitignore esterno
Vedi File

@ -1 +1,5 @@
computers/*/fish/priv
emacs/auto-save-list
emacs/backup
emacs/custom.el
emacs/elpa

Vedi File

@ -14,7 +14,8 @@
;; important ergonomics
(setq fill-column 80
sentence-end-double-space nil)
sentence-end-double-space nil
ring-bell-function #'ignore)
(defalias #'yes-or-no-p #'y-or-n-p)
@ -40,4 +41,9 @@
(set-fontset-font t '(#x2e80 . #x9fff) "Noto Sans CJK JP")
(setq agw-mode-line-family
(if (string-equal system-type "windows-nt")
"Noto Mono"
"Iosevka"))
;; EOF

Vedi File

@ -86,8 +86,8 @@
header-line
header-line-highlight))
(set-face-attribute face nil
:family "Iosevka"
:height 120
:family agw-mode-line-family
:weight 'normal
:width 'normal))
(set-face-attribute 'mode-line nil