Commit Graph

487 Commits

Author SHA1 Message Date
Daniel - 5503d13183
[Timeline] Major rewrite
- Add major mode
- Add simple keybindings
- Add possibility to move forward and backward by one day
2018-04-30 19:30:24 +02:00
Daniel - 8d5f7fbe0b
[Timeline] Enable hl-mode and select buffer on display 2018-04-30 16:55:58 +02:00
Daniel - 4fafab7b5d
[EMMS] Trying to fix some issues with autoloading 2018-04-21 14:12:33 +02:00
Daniel - 0952896341
[Private] Update 2018-04-15 09:12:08 +02:00
Daniel - 4c4d0487d7
[Private] Update 2018-04-07 14:51:10 +02:00
Daniel - 93fb56a6d3
[Private] Update 2018-04-01 16:31:09 +02:00
Daniel - 8927361332
[ELPA] Update 2018-04-01 16:30:32 +02:00
Daniel - 7a351b8d55
[Init] Disable ‘tooltip-mode’
It’s not really necessary, but causes strange effects under Win10 and Cygwin,
for whatever reason.
2018-03-25 21:03:14 +02:00
Daniel - 3189a3a0b1
[Org] Don’t delete diary before export
The original use case, namely an underlying git-annex repository in indirect
mode, has now been changed into an (experimental) v6 git-annex repository.
Let’s see how this works out.
2018-03-25 20:59:58 +02:00
Daniel - e235e9993c
[Org] Show deadlines even if scheduled
To not lose track of them
2018-03-25 20:59:27 +02:00
Daniel - 805c94a1b6
[Org] Don’t be too strict on exporting diary 2018-03-17 11:39:46 +01:00
Daniel - b517c17535
[Org] Additional checking when exporting diary 2018-03-17 11:11:37 +01:00
Daniel - 9c1ab319bc
[Init] Deactive midnight-mode 2018-03-08 17:52:42 +01:00
Daniel - df1fdd16cc
[Org] Delete ‘org-icalendar-combined-agenda-file’ before exporting diary 2018-03-04 14:52:32 +01:00
Daniel - 6187886bcf
[Private] Update 2018-03-03 14:01:47 +01:00
Daniel - 4fa3a7a4d1
[ELPA] Update 2018-03-03 14:01:41 +01:00
Daniel - 4c7102eb2d
[Org] Capture notes into default refile file 2018-03-03 10:56:55 +01:00
Daniel - 141e556189
[Private] Update 2018-02-24 17:56:37 +01:00
Daniel - da2c90b02c
[Dired] Try out ‘dired-subtree’ 2018-02-22 16:55:17 +01:00
Daniel - ffea25e085
[Dired] Replace calls to ‘require’ by ‘use-package’ 2018-02-22 16:55:03 +01:00
Daniel - 316a270674
[Private] Update 2018-02-22 16:44:42 +01:00
Daniel - 1aacffa2e8
[Org] Try out ‘org-download’ 2018-02-22 16:43:54 +01:00
Daniel - a5db5c2f8b
[Misc] Show initialization warnings instead of suppressing them 2018-02-22 16:43:15 +01:00
Daniel - 4d29104719
[Init] Change setup for vlf 2018-02-22 16:43:06 +01:00
Daniel - 02a182a679
[Misc] Update .gitignore 2018-02-22 16:29:31 +01:00
Daniel - 82911bcfa7
[Init] Add minimal VLF support 2018-02-22 16:28:44 +01:00
Daniel - fbaeb70c1e
[Org] Use https repository 2018-02-22 16:28:33 +01:00
Daniel - 1d579ffa14
[Misc] Package updates 2018-02-19 22:05:23 +01:00
Daniel - b55dbfa9d3
[Timeline] More abstraction 2018-02-19 12:58:50 +01:00
Daniel - 034e342040
[Timeline] Update name for function to retrieve markers 2018-02-19 12:57:15 +01:00
Daniel - 4e208f9d13
[Timeline] Enable undo in display buffer
Had been enabled some time back, but somehow got lost in between …
2018-02-19 12:41:13 +01:00
Daniel - 2a94f343da
[Timeline] Additionally cluster before skipping short entries
Thus consecutive short entries of the same category don’t get deleted.
2018-02-19 12:19:48 +01:00
Daniel - 7d2e41ac01
[Timeline] Entries now always have lists of markers
This removes a special case and thus makes handling easier.
2018-02-19 12:19:05 +01:00
Daniel - 7918f82876
[Timeline] Minor comments 2018-02-19 12:11:36 +01:00
Daniel - 9edfeb2cbc
[Timeline] Minor comment update 2018-02-19 10:41:43 +01:00
Daniel - e64a2c9183
[Timeline] More abstraction 2018-02-19 10:41:37 +01:00
Daniel - dd4a7433d2
[Timeline] Minor formatting 2018-02-19 10:21:42 +01:00
Daniel - 55827f5d6c
[Timeline] Add some abstraction 2018-02-19 10:21:35 +01:00
Daniel - 5d446edd29
[Timeline] Retrieve category from archive, too 2018-02-19 10:20:57 +01:00
Daniel - 6bb5016ec2
[Private] Update 2018-02-14 22:26:36 +01:00
Daniel - c77155dd63
[Org] Fix implementation for OneNote-Links 2018-02-14 22:26:29 +01:00
Daniel - 0ea72fe02e
[Private] Update 2018-02-14 22:08:17 +01:00
Daniel - 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
Daniel - 2943a7a4b9
[Org] Fix spec for stuck projects 2018-02-04 18:14:30 +01:00
Daniel - c6815e9749
[Private] Update 2018-02-04 16:36:45 +01:00
Daniel - 52bb157570
[Python] Activate ‘elpy’ when available 2018-02-04 16:35:33 +01:00
Daniel - acdcb5b9a6
[Misc] Reload snippets after loading yas
again …
2018-01-28 14:00:10 +01:00
Daniel - c5f2f387b1
[Helm] Use ‘use-package’ to load ‘helm-config’ 2018-01-28 11:24:59 +01:00
Daniel - 91e9cc000b
[Private] Update 2018-01-28 11:12:53 +01:00
Daniel - 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