From b97dbca3ce3088a0cfb583e6a240e47884a14a19 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 11 Jun 2024 04:24:53 +0100 Subject: (Emacs/config|straight)Some updates --- Emacs/.config/emacs/config.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Emacs/.config/emacs/config.org') 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 -- cgit v1.2.3-13-gbd6f