Commit Graph

1394 Commits

Author SHA1 Message Date
Daniel - 32afb7eb8f
[Utils] Fix use-package declaration 2019-08-22 20:37:08 +02:00
Daniel - 6f1a27e954
[Org] Clean up capture templates 2019-08-22 19:20:14 +02:00
Daniel - a760b8042f
[Init] Don’t use ‘swiper-isearch’ as default for searching anymore
It’s more disturbing than helpful for my workflow.
2019-08-17 17:07:41 +02:00
Daniel - 8e1cba51d6
[Org] Don’t show separator lines 2019-08-03 16:27:15 +02:00
Daniel - afb69eb351
[ivy] Remove obsolete formatting function
The default is good enough anyway.
2019-07-27 17:27:40 +02:00
Daniel - 4a84c9bc5e
[ELPA] Update 2019-07-27 17:27:28 +02:00
Daniel - 27ef9d83d4
[EShell] Don’t use ‘C-l’ to clear the buffer
This usage conflicts with the usual semantics of ‘C-l’ in Emacs.
2019-07-15 16:01:58 +02:00
Daniel - 76999d9136
[Timeline] Add text properties to all fields
Actually, we add the text properties ‘marker’ and ‘entry’ to the whole line, but
the alinging of the table somehow removes the text properties between two
columns.  It is kept in the fields, though, and that is enough.
2019-07-13 20:16:04 +02:00
Daniel - af244b853b
[Timeline] Don’t look from behind when killing rows
Somehow sometimes columns get added at the end, and then the old implementation
did not work correctly.
2019-07-13 19:38:26 +02:00
Daniel - 55c3b60964
[Org] Readd default value for ‘org-duration-format’ 2019-06-16 15:52:13 +02:00
Daniel - 4e23ef8be7
[Org] Don’t fix ‘org-duration-format’ 2019-06-16 08:26:17 +02:00
Daniel - 1775b28e64
[Dired] Two additional default settings 2019-06-11 21:25:29 +02:00
Daniel - 9d73bb57f7
[Org] Enable startup in agenda buffers
It seems that otherwise all drawers are always non-collapsed.
2019-06-11 21:24:36 +02:00
Daniel - 496adadbcd
[Misc] Updateing holidays 2019-06-11 06:32:01 +02:00
Daniel - 952e6f1c95
[Music] Add simple function to play files from git-annex-find call 2019-06-10 16:27:28 +02:00
Daniel - b6414e118d
[Music] Move cache update function to better place in db-music.el 2019-06-10 16:26:58 +02:00
Daniel - 9e075d6e0c
[Music] Introduce ‘db/play-auto-playlist’
This is the main entry point to play automatically generated playlists (“auto
playlists”).  It is using the value of ‘db/auto-playlist-file-function’ to
generate a list of files to play.  This list if currently played using EMMS, via
‘db/-emms-playlist-from-files’.
2019-06-10 14:11:52 +02:00
Daniel - bc41e3c5be
[EMMS] Simplify call to automatic playlist generation 2019-06-10 11:38:32 +02:00
Daniel - 96162d3eaf
[EMMS] Require emms before showing track status 2019-06-10 11:35:43 +02:00
Daniel - c309cf7917
[Music] Move customizable variables into db-music.el 2019-06-10 11:33:35 +02:00
Daniel - 402bfc7643
[Music] Check return value of call to git-annex-find 2019-06-10 09:45:24 +02:00
Daniel - 29d138f968
[Music] Simplify call to git-annex-find
And also make it more secure, because no shell is involved anymore.
2019-06-10 09:39:54 +02:00
Daniel - f8c71d96e9
[Music] Check that list of files is not empty before changing EMMS playlist 2019-06-10 09:39:54 +02:00
Daniel - 7cd6d399a4
[Music] Fix name of playlist function from git-annex-find 2019-06-10 09:39:53 +02:00
Daniel - bd29ca9c02
[Music] Simplify implementation of ‘db/play-playlist-from-cache’
Use ‘db/-emms-playlist-from-files’ instead of generating the playlist on our
own.
2019-06-10 09:39:53 +02:00
Daniel - 68d7605deb
[Music] Add playlist function based on git-annex match expressions 2019-06-10 09:39:53 +02:00
Daniel - 9b48edd77f
[Music] Allow for customizing automatic playlist function 2019-06-10 09:39:52 +02:00
Daniel - ff06cddaba
[Music] Move shortcut to play automatic playlists to EMMS hydra
This is the right place.
2019-06-10 09:39:52 +02:00
Daniel - 2b13606f9b
[EMMS] Display performer even when no artist is given 2019-06-10 09:39:50 +02:00
Daniel - 076fc384db
[EMMS] Include album in track description if available 2019-06-09 09:24:12 +02:00
Daniel - 57198f1e1a
[Utils] Fix directory name for ‘db/dired-from-shell-command’
Sometimes the string "Output of ‘…’" seems to be interpreted as directory name,
and then dired complains about it not being existent.  It is not completely
understood yet when this will happen, and an easy workaround seems to be to
stick to a fixed string that works.  This is what’s used now.
2019-06-08 13:27:14 +02:00
Daniel - 0e3ad47943
[Utils] Command to display dired buffer of custom file list 2019-06-08 13:05:17 +02:00
Daniel - 7bfdb92259
[Misc] Move some holidays into main Emacs configuration 2019-06-03 21:26:26 +02:00
Daniel - 5c6468c455
[Misc] Don’t show holidays by default when opening the calendar 2019-06-03 21:26:19 +02:00
Daniel - f2115f5587
[Org] A custom link type for RFCs 2019-05-31 21:38:05 +02:00
Daniel - f518c0ca3d
[Misc] A blank line 2019-05-31 21:37:51 +02:00
Daniel - 63b2e34be4
[Org] Add link types for Outlook and OneNote 2019-05-31 21:28:44 +02:00
Daniel - 71a11c52db
[Init] Fix wrong keybinding for ‘ibuffer’ 2019-05-31 21:20:54 +02:00
Daniel - db10dfc9d4
[Init] Use ‘ibuffer’ instead of ‘list-buffer’
Why didn’t I do this before?
2019-05-31 18:54:32 +02:00
Daniel - a4c09781d0
[Init] Completely disable flyspell mode
Do spell checking on demand instead.
2019-05-25 18:48:37 +02:00
Daniel - a48177680e
[Org] Record closing information also for interruptions 2019-05-20 17:32:38 +02:00
Daniel - bb6018c0f8
[Org] Record time when item is closed
Why haven’t I enabled this earlier?
2019-05-17 21:31:10 +02:00
Daniel - 9370fa747f
[Init] Explain why we explicitly load abbreviations 2019-05-05 20:48:52 +02:00
Daniel - 0e500ae0d0
[Misc] Remove duplicate setting for ‘load-prefer-newer’ 2019-05-05 20:48:38 +02:00
Daniel - 5b5bf87976
[Utils] Small helper function to open CSV files as Org mode tables 2019-05-05 15:54:16 +02:00
Daniel - cbe330346c
[Magit] Don’t automatically refine hunk 2019-05-03 19:06:00 +02:00
Daniel - fa65f4ad03
[Dired] Add shortcut for ‘dired-subtree-toggle’ 2019-05-03 18:19:03 +02:00
Daniel - 635e85901c
[Init] Disable automatic spell checking on windows
It’s too slow.
2019-05-03 18:17:58 +02:00
Daniel - 22466b550c
[Misc] Set default value for ‘auth-sources’ 2019-04-28 11:25:11 +02:00
Daniel - 2ce73e0a52
[Mail] Only show SMTP trace buffer when available 2019-04-28 10:59:06 +02:00