diff --git a/gnus b/gnus index e47e134..c68c437 100644 --- a/gnus +++ b/gnus @@ -144,8 +144,7 @@ ;;; Appearence -(setq gnus-group-line-format "%S%p%P%5y(%2i):%B%(%-70g%) -" +(setq gnus-group-line-format "%S%p%P%5y(%2i):%B%(%g%)\n" gnus-auto-select-first nil gnus-auto-select-next nil) diff --git a/init.el b/init.el index c67d5d6..a553b8b 100644 --- a/init.el +++ b/init.el @@ -83,8 +83,6 @@ (global-auto-revert-mode -1) - (global-visual-line-mode +1) - (projectile-mode +1) (which-function-mode +1) ;; (semantic-mode +1) @@ -277,6 +275,8 @@ (setq-default cursor-type 'bar) +(setq visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow)) + ;; don't let the cursor go into minibuffer prompt (setq minibuffer-prompt-properties '(read-only t face minibuffer-prompt diff --git a/private b/private index 3a54457..3d63ef0 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 3a54457569869551f291f275c2926de93dbfe5b5 +Subproject commit 3d63ef0ec5dc7f63536781f864caf80c46536dcf diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 0b4ec4f..6604ca9 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -590,7 +590,7 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l? ("n" "Note" entry (file+olp db/org-default-notes-file "Notes") - "* %^{About} :NOTE:\n%T\n\n%?" + "* %^{About} :NOTE:\n%T\n%?" :clock-in t :clock-resume t) ("d" "Date" entry @@ -601,7 +601,7 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l? ("in" "Interruption now" entry (file db/org-default-refile-file) - "* DONE %^{What}\n\n%a\n%?" + "* DONE %^{What}\n\n%?" :clock-in t :clock-resume t) ("ip" "Interruption previously" ; bad English vs mnemonics entry @@ -609,7 +609,7 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l? ,(concat "* DONE %^{What}\n" ":LOGBOOK:\n" "%(db/read-clockline)\n" ; evaluated before above prompt? - ":END:\n\n" + ":END:\n" "%?")) ("j" "journal entry" plain