diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-06-11 04:24:53 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-06-11 04:24:56 +0100 |
commit | b97dbca3ce3088a0cfb583e6a240e47884a14a19 (patch) | |
tree | 187380bd5f88d851203fa755e8c6171ee5c4c94e /Emacs/.config/emacs/config.org | |
parent | 172be6aa784194cf573d8ad7f8148a604fb1a13b (diff) | |
download | dotfiles-b97dbca3ce3088a0cfb583e6a240e47884a14a19.tar.gz dotfiles-b97dbca3ce3088a0cfb583e6a240e47884a14a19.tar.bz2 dotfiles-b97dbca3ce3088a0cfb583e6a240e47884a14a19.zip |
(Emacs/config|straight)Some updates
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 |