emacs: STOP BEEPING

master
an 2020-06-04 14:22:05 -06:00
부모 09130882c9
커밋 4e636b399d
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제

1
.gitignore vendored
파일 보기

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