[Misc] Snapshot

This commit is contained in:
Daniel - 2017-07-27 13:08:05 +02:00
parent cc14e0106e
commit f9acbdcecc
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
4 changed files with 7 additions and 8 deletions

3
gnus
View File

@ -144,8 +144,7 @@
;;; Appearence ;;; 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-first nil
gnus-auto-select-next nil) gnus-auto-select-next nil)

View File

@ -83,8 +83,6 @@
(global-auto-revert-mode -1) (global-auto-revert-mode -1)
(global-visual-line-mode +1)
(projectile-mode +1) (projectile-mode +1)
(which-function-mode +1) (which-function-mode +1)
;; (semantic-mode +1) ;; (semantic-mode +1)
@ -277,6 +275,8 @@
(setq-default cursor-type 'bar) (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 ;; don't let the cursor go into minibuffer prompt
(setq minibuffer-prompt-properties '(read-only t (setq minibuffer-prompt-properties '(read-only t
face minibuffer-prompt face minibuffer-prompt

@ -1 +1 @@
Subproject commit 3a54457569869551f291f275c2926de93dbfe5b5 Subproject commit 3d63ef0ec5dc7f63536781f864caf80c46536dcf

View File

@ -590,7 +590,7 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l?
("n" "Note" ("n" "Note"
entry entry
(file+olp db/org-default-notes-file "Notes") (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) :clock-in t :clock-resume t)
("d" "Date" ("d" "Date"
entry entry
@ -601,7 +601,7 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l?
("in" "Interruption now" ("in" "Interruption now"
entry entry
(file db/org-default-refile-file) (file db/org-default-refile-file)
"* DONE %^{What}\n\n%a\n%?" "* DONE %^{What}\n\n%?"
:clock-in t :clock-resume t) :clock-in t :clock-resume t)
("ip" "Interruption previously" ; bad English vs mnemonics ("ip" "Interruption previously" ; bad English vs mnemonics
entry entry
@ -609,7 +609,7 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l?
,(concat "* DONE %^{What}\n" ,(concat "* DONE %^{What}\n"
":LOGBOOK:\n" ":LOGBOOK:\n"
"%(db/read-clockline)\n" ; evaluated before above prompt? "%(db/read-clockline)\n" ; evaluated before above prompt?
":END:\n\n" ":END:\n"
"%?")) "%?"))
("j" "journal entry" ("j" "journal entry"
plain plain