master
an 2020-06-04 14:22:05 -06:00
джерело 09130882c9
коміт 4e636b399d
2 змінених файлів з 3 додано та 1 видалено

1
.gitignore сторонній

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

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