aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-web.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-web.el')
-rw-r--r--emacs/.emacs.d/init/ycp-web.el5
1 files changed, 3 insertions, 2 deletions
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)