Commit Graph

826 Commits

Author SHA1 Message Date
Daniel - 78b6b801c6
[Ivy] Add ‘ivy-use-selectable-prompt’ 2018-11-04 19:15:57 +01:00
Daniel - bf5a8466f0
Revert "[Org] Experimental: make agendas sticky (again)"
This reverts commit 529a625e67.

It’s actually not needed, and seems to have some issues with
‘org-tag-alist-for-agenda’?  (But maybe these issues where present before that
change, I can’t tell anymore).
2018-11-04 18:15:49 +01:00
Daniel - 529a625e67
[Org] Experimental: make agendas sticky (again) 2018-11-04 17:05:21 +01:00
Daniel - d0f3d564d5
[Misc] Fix some indentation 2018-11-04 17:05:09 +01:00
Daniel - b0bfeaa8fb
[README] Update copyright 2018-11-04 09:05:03 +01:00
Daniel - e0bba9da6b
[Utils] Move general purpose hydras to db-utils 2018-11-03 20:55:13 +01:00
Daniel - abe02fe511
[TeX] Move function for adding additional symbols to input method to db-utils 2018-11-03 19:11:48 +01:00
Daniel - f213e3d31c
[Misc] Improve some package configuration
- Move variable definitions from :config to :init
- Move some keybindings from :config to :bind
2018-11-03 18:55:20 +01:00
Daniel - 501b86399e
[EMMS] Remove call to obsolete ‘emms-playlist-limit’ function 2018-11-03 18:37:33 +01:00
Daniel - e5c197d7a9
[EMMs] Make sure emms is loaded when playing personal playlist 2018-11-03 18:37:08 +01:00
Daniel - bf04cd28e6
[ELPA] Update 2018-11-03 18:33:59 +01:00
Daniel - 80bff38fcb
[EMMS] Add comment explaining why we use a hook 2018-11-03 18:29:06 +01:00
Daniel - e7ab73a0cd
[EMMS] Inline and adapt configuration normally done by ‘emms-all’
This way, we can fine tune the actual configuration done, and we don’t have to
reset ‘emms-track-description-function’.
2018-11-03 18:19:49 +01:00
Daniel - 0a63a5298c
[EMMS] Add missing parenthesis 2018-11-03 17:04:34 +01:00
Daniel - a1678dc0b3
[EMMS] Explicitly set track description function *after* setup
‘emms-all’ will set ‘emms-track-description-function’ on it’s own, not paying
respect to previous settings or customize.
2018-11-03 16:56:42 +01:00
Daniel - 219ca22b0f
[Utils] Add missing autoload 2018-11-03 16:27:41 +01:00
Daniel - a0780d668c
[EMMS] Make function keys for pause/stop/next/previous work again
By means of xmonad, these function keys were forwarded to call the functions
‘emms-{pause,stop,next,previous}’, respectively.  What was missing where
autoloads for these functions, which are now provided.
2018-11-03 16:24:53 +01:00
Daniel - f0af018ee2
[Init] Fix messages 2018-11-03 16:18:00 +01:00
Daniel - 9b8388d30f
[Init] Short messages for when main initialization takes place 2018-11-03 16:06:05 +01:00
Daniel - 53bab010e1
[Misc] Add missing definition for pdf-occur 2018-11-03 15:59:43 +01:00
Daniel - fa3a419704
[Helm] Separate definition for helm-org from main helm config 2018-11-03 15:52:09 +01:00
Daniel - c69ee8715a
[Misc] Add missing declaration for ‘pdf-tools’ 2018-11-03 15:51:53 +01:00
Daniel - d910d23f5b
[Org] Add missing autoload for ‘org-clock-save’ 2018-11-03 15:45:55 +01:00
Daniel - 8728243ad8
[Org] Remove obsolete require on db-org 2018-11-03 15:45:45 +01:00
Daniel - 453c720814
[TeX] Merge configuration into init.el 2018-11-03 12:43:58 +01:00
Daniel - e5e6d56507
[EMMS] Clarify configuration 2018-11-03 12:28:13 +01:00
Daniel - b9d06667ee
[EMMS] Streamlined configuration
Moved actual configuration back from db-emms.el to init.el.

May very well be that the configuration is now broken again, let’s see how it’s
working out.
2018-11-03 12:22:48 +01:00
Daniel - 3522387e90
[EShell] Show history of previous commands in order of usage 2018-11-03 12:09:54 +01:00
Daniel - 60f4a1cc0a
[EShell] Streamling configuration
Move all actual configuration to init.el, only leaving function definitions in
db-eshell.el.
2018-11-03 12:01:34 +01:00
Daniel - 23caddf372
[Org] Update autoload for db-org and org packages 2018-11-03 11:39:39 +01:00
Daniel - fe6cd4677b
[Org] Update brief documentation of db-org 2018-11-03 11:38:42 +01:00
Daniel - f8c2d0b441
[Org] Move org-capture configuration to init.el 2018-11-03 11:37:31 +01:00
Daniel - ec35b0edae
[Org] Make sure org-clock is loaded when using the org-clock hydra 2018-11-03 11:31:36 +01:00
Daniel - aaba12a8e2
[Org] Minor reformatting 2018-11-03 11:19:30 +01:00
Daniel - bfe12ddc24
[Org] Move require for org-download to init.el 2018-11-03 11:19:16 +01:00
Daniel - bef85cbdc5
[Org] Move hook for resetting checkboxes to init.el 2018-11-03 11:19:02 +01:00
Daniel - f510d73ae7
[Org] Move (small) Babel config to init.el 2018-11-03 11:18:40 +01:00
Daniel - d82d1550c6
[Org] Move hack for tag search to init.el 2018-11-03 11:18:22 +01:00
Daniel - 37273353c7
[Org] Move main variable definitions to init.el 2018-11-03 11:15:37 +01:00
Daniel - b8b6842e56
[Org] Move Agenda customization to init.el
some minor other configurations moved to init.el, too.
2018-11-03 10:59:41 +01:00
Daniel - 626630665a
[Org] Add missing docstring for ‘db/org-clock-current-task-file’ 2018-11-03 10:31:27 +01:00
Daniel - 782dd9b8c1
[Org] Rename function to save current org task to file
That.
2018-11-03 10:30:47 +01:00
Daniel - 92306694c0
[Org] Make ‘db/org-clock-current-task-file’ customizable 2018-11-03 10:29:50 +01:00
Daniel - 00934a6bec
[Org] Move helper functions back to db-org
New approach: all custom helper functions go to db-org, and all actual
configuration will move to init.el (someday).
2018-11-03 10:28:49 +01:00
Daniel - 9f00c24c28
[Org] Remove false autolaod 2018-11-03 09:52:38 +01:00
Daniel - 3135619bb6
[Org] Moving around helper functions
in the hope to increase readability of the overall configuration …
2018-11-03 09:52:18 +01:00
Daniel - a8d79c52f5
[Org] Beautifications 2018-11-03 09:45:09 +01:00
Daniel - 8d07f1c197
[Org] Move some keybinding to init.el 2018-11-03 09:45:00 +01:00
Daniel - f0a2383b7a
[Org] Restructure configuration for org mode clocking
Moved most of the code to init.el, and some helper functions to the
corresponding hydra in db-org.el (this is the only place where they are used).
2018-11-03 09:44:52 +01:00
Daniel - c0ee2972b7
[Helm] Fix keybinding of ‘helm-pages’
Again …
2018-11-03 09:34:55 +01:00