Commit Graph

449 Commits

Author SHA1 Message Date
5d446edd29
[Timeline] Retrieve category from archive, too 2018-02-19 10:20:57 +01:00
6bb5016ec2
[Private] Update 2018-02-14 22:26:36 +01:00
c77155dd63
[Org] Fix implementation for OneNote-Links 2018-02-14 22:26:29 +01:00
0ea72fe02e
[Private] Update 2018-02-14 22:08:17 +01:00
c14f45d186
[Org] Exclude refiling targets with DONE states
Copied from http://doc.norang.ca/org-mode.html#Refiling
2018-02-14 22:06:42 +01:00
2943a7a4b9
[Org] Fix spec for stuck projects 2018-02-04 18:14:30 +01:00
c6815e9749
[Private] Update 2018-02-04 16:36:45 +01:00
52bb157570
[Python] Activate ‘elpy’ when available 2018-02-04 16:35:33 +01:00
acdcb5b9a6
[Misc] Reload snippets after loading yas
again …
2018-01-28 14:00:10 +01:00
c5f2f387b1
[Helm] Use ‘use-package’ to load ‘helm-config’ 2018-01-28 11:24:59 +01:00
91e9cc000b
[Private] Update 2018-01-28 11:12:53 +01:00
5510d02857
[Slime] Can’t load ‘slime-repl’ directly, use ‘eval-after-load’ instead
‘slime-repl’ is in the contrib directory of ‘slime’, which itself is not
contained in ‘load-path’.
2018-01-28 11:10:34 +01:00
5e3a0e0c43
[Misc] Blank line for beauty 2018-01-28 11:08:48 +01:00
2fe2a55b59
[EMMS] Minor cleanup for configuration 2018-01-28 11:08:40 +01:00
1f0798e96d
[Ivy] Don’t change default keybinding for restrictions
Since we don’t use ivy for org-capture anymore, this change became obsolete.
2018-01-28 11:07:47 +01:00
5393fc99b3
[Helm] Refactoring configuration
There were troubles loading helm when running emacs as daemon, supposedly caused
by a faulty helm configuration.  Now ‘helm-config’ get’s loaded regardless of
whether ‘db/run-init’ is run or not, to allow to change the default keybinding
for ‘helm-command-prefix’ using ‘bind-key’.
2018-01-28 11:06:37 +01:00
b2a4db1d25
[Misc] Some comment 2018-01-27 18:13:30 +01:00
f5cc186adb
[Hydra] Move rectangle hydra to separate ‘use-package’ declaration 2018-01-27 18:13:16 +01:00
82d2205e78
[Hydra] Fix hydra for rectangle selection 2018-01-27 18:01:38 +01:00
5a6e4a81d8
[Dired] Move ‘dired’ helper functions back into ‘use-package’ declaration
Sorry for the back-and-forth … :/
2018-01-27 17:58:04 +01:00
7d8abe0e50
[Hydra] Move custom hydras to ‘use-package’ declaration 2018-01-27 17:57:52 +01:00
e459d534bf
[Misc] Fix typo 2018-01-27 17:50:27 +01:00
58daf4929b
[Init] Don’t ‘provide’ init 2018-01-27 17:50:19 +01:00
25373fc6d9
[Term] Move hook deactivating ‘yas-minor-mode’ to ‘term-mode’ config 2018-01-27 17:49:55 +01:00
ddfd9828f5
[Hydra] Move custom hydras to top-level 2018-01-27 17:49:34 +01:00
68867d42bd
[Misc] ‘add-hook’ without #’
Don’t know whether this is better, but the functions added to hooks may not be
available at that time, and consequently we add only symbols.
2018-01-27 17:48:27 +01:00
0dd77f0a73
[Misc] Silence some compiler warnings in init.el 2018-01-27 17:31:50 +01:00
51a96a0ef2
[Misc] Move ‘defun’s in init.el to top-level 2018-01-27 17:31:31 +01:00
0db33fb843
[EMMS] Silence some compiler warnings 2018-01-27 17:28:20 +01:00
3a556afca6
[Dired] Inline custom function from ‘db-utils’ into init.el 2018-01-27 16:41:20 +01:00
250a460a14
[Misc] Change keybinding of ‘ivy-restrict-to-matches’
The default keybinding cause me too many typos ...
2018-01-27 16:32:38 +01:00
e5cbbb0a43
[Gnus] Use plain connection to gmane.org
certificate has expired :/
2018-01-27 12:12:22 +01:00
6fd381f020
[Timeline] Include archives 2018-01-27 12:11:59 +01:00
54a2edb223
[Timeline] Don’t stack ‘car’ and ‘cdr’ too much
For clarity and sanity.
2018-01-24 21:09:26 +01:00
eebf3f0e35
[Timeline] Beautify test on including the current clockline 2018-01-24 21:05:11 +01:00
d011ce0422
[Timeline] Barf if no clocklines can be found in given range 2018-01-24 20:55:10 +01:00
d6e79dcf2d
[Timeline] Use ‘org-time-string-to-seconds’
instead of longer version using ‘org-parse-time-string’.
2018-01-24 20:54:48 +01:00
fe1a509acf
[Timeline] Don’t use ‘cl’
Lot’s of ‘car’s and ‘cdr’s now!
2018-01-24 20:50:04 +01:00
0a5dc32b98
[Timeline] Add missing case when looking for clocklines in range
Missed case where there is only one clockline covering the whole requested
range.
2018-01-24 20:48:57 +01:00
7399609194
[EShell] Set some further variables 2018-01-24 19:30:05 +01:00
361ee2e83d
[EShell] Citing some sources 2018-01-24 19:29:57 +01:00
46400826eb
[EShell] Don’t barf if git commands cannot be found 2018-01-24 19:29:42 +01:00
e7ab32951b
[Timeline] Require ‘cl’ 2018-01-24 19:29:24 +01:00
7a9961a253
[Org] Don’t ask so much for meetings 2018-01-23 17:51:00 +01:00
31e1c64037
[Org] Use ‘cl-equalp’ instead of ‘equalp’ 2018-01-23 17:50:23 +01:00
88a20aff5f
[Timeline] Minor updates 2018-01-21 19:48:12 +01:00
50b7cf2653
[Timeline] Make filtering when formatting customizable 2018-01-21 19:15:33 +01:00
35c9ccbc4d
[Timeline] Make more clear that we keep some headlines as they are 2018-01-21 19:04:10 +01:00
9d407f74f6
[Misc] ‘use-package’ declaration for ‘timeline-tools’ 2018-01-21 19:00:31 +01:00
f59d687620
[Timeline] Make format of inactive timestamps into global variables 2018-01-21 19:00:14 +01:00