diff options
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r-- | Emacs/.config/emacs/config.org | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 5250da0..9af78d4 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1632,7 +1632,7 @@ engine, which makes sense as it's primarily a text interface. (nmmap :keymaps 'eww-mode-map "w" #'evil-forward-word-begin - "Y" #'shr-probe-and-copy-url) + "Y" #'eww-copy-page-url) :config (with-eval-after-load "evil-collection" (evil-collection-eww-setup))) @@ -2534,7 +2534,8 @@ limit), so set it for specific modes need the help. (org-mode-hook . whitespace-mode) (text-mode-hook . whitespace-mode) :init - (setq whitespace-style '(face empty spaces tabs tab-mark newline trailing missing-newline-at-eof) + (setq whitespace-style '(face empty spaces tabs newline trailing lines-char + tab-mark missing-newline-at-eof) whitespace-line-column 80)) #+end_src ** Set auto-fill-mode for all text-modes |