From 25f0fe5d68ebec67f3a1ca2f24c4a0bc8e49381f Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 5 Apr 2024 09:12:32 +1100 Subject: [emacs][urxvt] bunch of small changes - add org clock string to frame title - add ansi color to compilation buffer - look for project source dir from build dir - fix my-kill-sexp-or-comment - more lines in urxvt --- emacs/.emacs.d/init/ycp-web.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'emacs/.emacs.d/init/ycp-web.el') diff --git a/emacs/.emacs.d/init/ycp-web.el b/emacs/.emacs.d/init/ycp-web.el index 2a56f95..865236b 100644 --- a/emacs/.emacs.d/init/ycp-web.el +++ b/emacs/.emacs.d/init/ycp-web.el @@ -23,7 +23,7 @@ ;;; Commentary: ;; My config for web related. Covers cookies, web browsing, clients to -;; web services like osm and openlibrary +;; web services like osm and openlibrary ;;; Code: @@ -212,7 +212,8 @@ ;; it pulls. (add-hook 'org-jira-mode-hook (lambda () (setq show-trailing-whitespace nil))) - ) + (add-hook 'org-jira-mode-hook + 'turn-off-auto-fill) ) (my-package eww (:delay 60) -- cgit v1.2.3