summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-11 18:03:29 -0500
committerCase Duckworth2021-10-11 18:03:29 -0500
commit0d5cc0d8f7f145ac303c760098baa08e45940378 (patch)
tree2230c16cf2399cb7a1b2163c73d6662ae634ef3b /init.el
parentMake circe prompt simpler (diff)
downloademacs-0d5cc0d8f7f145ac303c760098baa08e45940378.tar.gz
emacs-0d5cc0d8f7f145ac303c760098baa08e45940378.zip
bleh
Diffstat (limited to 'init.el')
-rw-r--r--init.el11
1 files changed, 7 insertions, 4 deletions
diff --git a/init.el b/init.el index d767ffa..a33a0b1 100644 --- a/init.el +++ b/init.el
@@ -1204,8 +1204,8 @@ specific to most general, they are these:
1204 (:hook #'visual-fill-column-mode 1204 (:hook #'visual-fill-column-mode
1205 #'visual-line-mode) 1205 #'visual-line-mode)
1206 1206
1207 (:local-set visual-fill-column-extra-text-width (cons acdw-irc/left-margin 1207 (:local-set visual-fill-column-extra-text-width
1208 0) 1208 (cons acdw-irc/left-margin 0)
1209 fringes-outside-margins t 1209 fringes-outside-margins t
1210 right-margin-width 5 1210 right-margin-width 5
1211 scroll-margin 0 1211 scroll-margin 0
@@ -1491,7 +1491,9 @@ See also `crux-reopen-as-root-mode'."
1491 1491
1492 (:with-mode elfeed-show-mode 1492 (:with-mode elfeed-show-mode
1493 (:hook #'reading-mode) 1493 (:hook #'reading-mode)
1494 1494 (:local-set shr-max-image-proportion 0.9
1495 shr-width nil
1496 fill-column 0)
1495 ;; see https://irreal.org/blog/?p=8885 1497 ;; see https://irreal.org/blog/?p=8885
1496 (:bind "SPC" (defun elfeed-scroll-up-command (&optional arg) 1498 (:bind "SPC" (defun elfeed-scroll-up-command (&optional arg)
1497 "Scroll up or go to next feed item in Elfeed" 1499 "Scroll up or go to next feed item in Elfeed"
@@ -2042,7 +2044,8 @@ browser defined in `browse-url-secondary-browser-function'."
2042 org-clock-clocked-in-display 'mode-line 2044 org-clock-clocked-in-display 'mode-line
2043 org-clock-frame-title-format (cons '(t org-mode-line-string) 2045 org-clock-frame-title-format (cons '(t org-mode-line-string)
2044 (cons " --- " frame-title-format)) 2046 (cons " --- " frame-title-format))
2045 org-clock-string-limit 25 ; gives enough information 2047 org-clock-string-limit 7 ; just the clock bit
2048 ;; org-clock-string-limit 25 ; gives enough information
2046 org-clock-persist t 2049 org-clock-persist t
2047 org-confirm-babel-evaluate nil 2050 org-confirm-babel-evaluate nil
2048 org-cycle-separator-lines 0 2051 org-cycle-separator-lines 0