Commit Graph

554 Commits

Author SHA1 Message Date
Daniel - 4bf4e106e6
[Init] Catch error when activation of projectile fails 2019-03-02 09:26:05 +01:00
Daniel - 817228a7c1
[Misc] Don’t load ‘dired-open’ on Windows 2019-03-02 09:05:00 +01:00
Daniel - b6857fd436
[Misc] Don’t error if abbreviation file is not present 2019-03-02 09:04:54 +01:00
Daniel - 48bed56c5f
[Mail] Remove `db/additional-mail-addresses' 2019-03-02 09:04:20 +01:00
Daniel - 6834595512
[Misc] Move more personal data to private 2019-02-24 18:24:59 +01:00
Daniel - 5eec650241
[EMMS] Store variable files in private directory 2019-02-24 15:03:24 +01:00
Daniel - 10302c3368
[Org] Don’t take notes when clocking out 2019-02-24 11:53:41 +01:00
Daniel - ae19dd4992
[Org] Don’t automatically add pensive file to ‘org-agenda-files’ 2019-02-17 16:34:48 +01:00
Daniel - 016fbf3c10
[Org] Extend functionality to insert past interruptions
For this a new function ‘timeline-tools-clockline-no-org-agenda-conflicts’ as
been added that reads in a clock line (start and end times), updates all org
agenda files to fix conflicting clock lines, and returns the string of the new
clock line.  This works for all complete clock lines (i.e., those with end
times), but not for open clock lines (i.e., those missing an end timestamp).
2019-02-16 14:06:25 +01:00
Daniel - f69abd6ec6
[Mail] Move advice to attach at end-of-buffer to init.el 2019-02-10 19:58:06 +01:00
Daniel - b8912ae08d
[Mail] Move SMTP error handling code directly to ‘db/smtpmail-send-it’ 2019-02-10 19:55:25 +01:00
Daniel - 0d81c7fa0b
[Mail] Turn advice on how to send mail into a proper function
More concretely, ‘db/set-smtp-server-from-header’ is now called
‘db/smtpmail-send-it’, and the latter can be used as a value for
‘send-mail-function’.
2019-02-10 15:53:18 +01:00
Daniel - dcf656c2ed
[Org] Log more activity 2019-02-09 17:38:09 +01:00
Daniel - c0edf36f3e
[Misc] Globally enable ‘eldoc-mode’ 2019-02-09 14:05:29 +01:00
Daniel - 3e12fbea46
[Mail] Minor update of comment 2019-02-03 09:35:07 +01:00
Daniel - 966807281f
[Gnus] Restructure and simplify configuration
No need to keep those large junks of setq in the :init block of use-package,
moved them to top level.
2019-02-02 18:22:07 +01:00
Daniel - cfda96a070
[Mail] Defer loading of some packages 2019-02-02 18:10:44 +01:00
Daniel - 995ac19cda
[Gnus] Require db-mail before starting Gnus 2019-02-02 18:02:37 +01:00
Daniel - b1c485e079
[Mail] Move fix to attach files to the end of a message to db-mail 2019-02-02 18:00:47 +01:00
Daniel - 75d6cbdf95
[Gnus] Move setting of mail related variables to db-mail 2019-02-02 17:49:38 +01:00
Daniel - 3c4fcde1cb
[Misc] Some minor restructuring 2019-02-02 15:39:16 +01:00
Daniel - 26b0234b56
[Gnus] Move Gnus’ demon configuration to db-mail and init.el 2019-02-02 15:34:20 +01:00
Daniel - 784f5ce1fd
[Mail] Move ‘db/mail-accounts’ to db-mail package 2019-02-02 15:30:16 +01:00
Daniel - 1066e266fc
[Mail] Refactor SMTP configuration 2019-02-02 15:14:22 +01:00
Daniel - c6f28090df
[Gnus] Moving most of the configuration to init.el 2019-02-02 15:05:29 +01:00
Daniel - 605ebc3981
[Misc] Add dash to main init file
This is mostly to enable the use of dash’s functions in configuration of other
packages.
2019-02-02 14:34:19 +01:00
Daniel - 260b60503c
[Misc] Add shallow configuration for sdcv 2019-02-02 11:57:12 +01:00
Daniel - 5aa23652d7
[Gnus] Move debugging setting to init.el
This makes it customizable, when needed.
2019-01-27 13:52:26 +01:00
Daniel - 8c446fefe5
[Misc] Update comments for ‘mm-decode’ configuration 2019-01-27 13:43:50 +01:00
Daniel - 3273407baa
[Misc] Move configuration for ‘mm-decode’ to init.el 2019-01-27 13:42:10 +01:00
Daniel - 56d085d4f1
[Misc] Move fix for ‘mm-view-pkcs7-verify’ to init.el 2019-01-27 13:32:00 +01:00
Daniel - 2a4302c883
[Utils] Move S/MIME lookup function to init.el 2019-01-27 12:10:44 +01:00
Daniel - 7d666e146d
[Misc] Set X Wait Timeout to nil only on GNU systems
As it seems, setting this variable to nil causes an Windows Emacs to busy wait
for input with no time delay between two cycles.  This causes heavy load on the
machine and a non-reacting Emacs.
2019-01-25 21:36:22 +01:00
Daniel - 51d58a7107
[Misc] Save bookmarks in private repository 2019-01-25 20:45:22 +01:00
Daniel - c77cd7e889
[Utils] Add simple way to add external bookmarks 2019-01-25 20:39:01 +01:00
Daniel - 7252c1ddf4
[Org] Remove obsolete reading list
and integrate it into the SOMEWHEN list.
2019-01-12 10:56:51 +01:00
Daniel - 164bb5dd18
Set X11 event timeout to nil
This seems to fix a regression in Emacs 26 resulting in slow pop-ups of
windows.  See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30995.
2019-01-02 21:42:42 +01:00
Daniel - eda2f6ff50
[Init] Move ldap configuration to main init file 2019-01-01 13:03:08 +01:00
Daniel - 4c8fa8cb4b
[Dired] Some nice default configuration for wdired 2018-12-16 09:28:01 +01:00
Daniel - ff82056c7a
[Org] Add minimal ox-reveal configuration 2018-12-16 09:27:53 +01:00
Daniel - a08432b23b
[Utils] Simpler pretty printer for XML 2018-11-21 10:38:05 +01:00
Daniel - 5b64a89943
[Org] Code to make frame for spontaneous capturing 2018-11-18 16:39:43 +01:00
Daniel - f6c7a408db
[Misc] Remove db-emacsclient.el and distribute functions to other files 2018-11-18 15:37:58 +01:00
Daniel - 3380369f5b
[Org] Some new capture templates
from http://www.howardism.org/Technical/Emacs/capturing-content.html.
2018-11-18 14:10:26 +01:00
Daniel - 8870030daa
[Org] Move definition of ‘org-babel-load-languages’ to right place 2018-11-11 10:18:08 +01:00
Daniel - 73030fe9a0
[Misc] Update holidays 2018-11-11 10:10:58 +01:00
Daniel - d1df3ad3bb
[Utils] Move top-level helper functions from init.el to db-utils.el 2018-11-10 08:33:47 +01:00
Daniel - 6f7c3edb60
[Org] Make settings for ‘ox-latex’ customizable 2018-11-10 08:29:25 +01:00
Daniel - 9f7c8b8d69
[Org] Move some personal settings to init.el 2018-11-10 08:29:14 +01:00
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 - 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 - 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 - 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 - f8c2d0b441
[Org] Move org-capture configuration to init.el 2018-11-03 11:37:31 +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 - 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
Daniel - 903cce1814
[Misc] Change default key binding for eyebrowse
Conflicts with refiling tasks in the agenda.
2018-11-03 08:49:20 +01:00
Daniel - 10bf56dc23
[Helm] Refactor binding of ‘helm-emms’ 2018-11-03 08:40:35 +01:00
Daniel - 4bfc388592
[Helm] Simplify key binding for main mode map 2018-11-03 07:35:23 +01:00
Daniel - 80ee81b72e
[Dired] Use ‘dired-open’ to also use xdg to open files 2018-11-03 07:33:06 +01:00
Daniel - df9b5e843d
[Misc] Readd ‘eyebrowse-mode’ 2018-11-02 20:57:45 +01:00
Daniel - 54f8492a33
[Org] Restructuring configuration
- Moving some package declarations to init.el
- Moving calendar export function to ‘db-utils’
2018-11-02 20:24:16 +01:00
Daniel - 373e84c397
[Helm] Add keybinding for ‘helm-pages’ 2018-11-02 19:54:59 +01:00
Daniel - 06c427aba3
[Misc] Make most variable settings in init.el customizable
This is achieved by moving the variable definitions to use-packages’ :init
blocks, and allowing ‘db/run-init’ to override these definitions by calling
‘load-file’ on custom.el afterwards.

Also inlined some definitions from my custom.el file back into init.el
2018-11-02 18:17:51 +01:00
Daniel - 9eae479aa3
[Dired] Warn on Windows if ‘w32-browser’ is not installed 2018-11-02 17:40:52 +01:00
Daniel - f3db04b111
[Misc] Fix display of calendar holidays
Don’t delete the holiday definitions, and instead just disable their exhaustive
display.
2018-10-21 12:14:06 +02:00
Daniel - dd6059785d
[Init] Don’t assume ‘ag’ is installed, default to ‘rgrep’ in this case 2018-10-20 17:52:24 +02:00
Daniel - 07abc2f750
[Init] It’s ‘system-type’, not ‘system-name’, we want to test for 2018-10-20 11:26:02 +02:00
Daniel - 81a9b6b3c6
[Init] Load projectile also on Windows 2018-10-20 11:25:49 +02:00
Daniel - e1da5c0bbf
[Init] Enable electric-quote-mode only in text-mode buffers 2018-10-18 17:39:25 +02:00
Daniel - 356bc7e044
[Misc] Don’t clean up whitespace before saving 2018-10-07 19:19:19 +02:00
Daniel - 21a662cf4f
[Misc] Disable global magit file mode 2018-09-09 12:14:56 +02:00
Daniel - 4666b79444
[Misc] Set prefix key for ‘projectile’ 2018-09-07 19:06:20 +02:00
Daniel - 1228d6cef0
[Dired] Let Windows decide how to open files 2018-09-07 18:07:20 +02:00
Daniel - 1b7f3dcf85
[Dired] Restructuring local key bindings 2018-09-07 18:04:23 +02:00
Daniel - c48a75048b
[Misc] Protect some calls to ‘require’ 2018-09-07 17:47:56 +02:00
Daniel - a4e5f0616f
[Misc] Change the way to load ‘tex-mode’ 2018-09-06 20:18:01 +02:00
Daniel - 9ebb068241
[Misc] Use ‘require’ instead of ‘use-package’ in config sections 2018-09-06 20:17:40 +02:00
Daniel - fbf6a3c55c
[Dired] Minor modification on how to load ‘gnus-dired-mode’ 2018-09-06 19:55:50 +02:00
Daniel - 07226aaa3a
[Dired] Don’t force usage of external ‘ls’
Seems to be faster on Cygwin
2018-09-06 18:40:27 +02:00
Daniel - 3c7dc998f6
[Dired] Don’t use obsolete directory variables 2018-09-06 16:09:04 +02:00
Daniel - 618e28a44f
[Dired] Don’t enable local variables
I think I never used them, and they seem to make some trouble on Windows.
2018-08-27 22:05:48 +02:00
Daniel - cc66038814
[Init] Activate ‘flyspell-mode’ on Cygwin 2018-08-26 09:53:57 +02:00
Daniel - 149ca014a0
[Init] Activate projectile on Cygwin, but not on Windows 2018-08-25 13:34:18 +02:00
Daniel - 62ea5520cb
[Dired] Minor modification for ‘dired-guess-shell-alist-user’ 2018-08-18 10:15:56 +02:00
Daniel - 15eae235d4
[Misc] Update semantic parser addon to recognize ‘use-package’
horrible …
2018-08-15 21:14:09 +02:00
Daniel - 6ab52f11ed
[Misc] Almost exclusively use ‘with-eval-after-load’
instead of ‘eval-after-load’.
2018-08-15 21:12:42 +02:00
Daniel - 8605bfddb2
[Dired] Trying out ‘dired-open’ 2018-08-09 21:34:03 +02:00
Daniel - 6da48163df
[Projects] Add simple project management library 2018-08-05 16:19:52 +02:00
Daniel - 76c9ffeec5
[Calc] Additional math units
inspired by
https://florian.adamsky.it/2016/03/31/emacs-calc-for-programmers-and-cs.html.
2018-08-05 10:17:30 +02:00
Daniel - dd4f29871d
[Misc] Trying to be consistent when using ‘bind-key’ 2018-08-04 12:33:15 +02:00
Daniel - d0a98c9c6a
[Org] Move Hy Babel code to ‘db-org’ 2018-08-04 12:32:54 +02:00
Daniel - 24a59404a0
[Misc] Mention ‘helm-pages’ 2018-08-04 12:32:43 +02:00
Daniel - 3394209569
[Misc] Show numbers in company mode 2018-08-04 12:32:29 +02:00
Daniel - 2c93f5313b
[Init] New keybindings for multiple-cursors 2018-08-01 16:27:49 +02:00
Daniel - 39909a00c1
[Init] Fix calls of ‘with-demoted-errors’
One should read the documentation before using it …
2018-08-01 16:27:40 +02:00
Daniel - 37809363b7
[Dired] Cleanup and cosmetics
Removed dired-subtree, never really used it anyway.
2018-07-31 20:00:55 +02:00
Daniel - e576b6fb69
[Dired] Don’t use custom sort
Breaks ivy-occur in counsel-find-file
2018-07-31 20:00:01 +02:00
Daniel - 742296a5ce
[Misc] Use simpler name for custom-file 2018-07-20 16:24:18 +02:00
Daniel - e200d112c4
[Misc] Use custom function to format ivy candidates 2018-07-19 13:53:51 +02:00
Daniel - de252023f7
[Misc] Use arrow for current ivy selection 2018-07-19 13:50:13 +02:00
Daniel - 812bdc3e73
[EMMS] Another attempt to fix EMMS initialization
This time it seems to work, though …
2018-07-13 19:11:26 +02:00
Daniel - ac2327b434
[Init] Remove obsolete call to ‘eyebrowse-mode’ 2018-07-12 19:18:15 +02:00
Daniel - 8067a9130d
[Magit] Fix initialization of ‘magit-repository-directories’ 2018-07-11 17:30:55 +02:00
Daniel - 4ace2771fc
[Misc] Remove usage of ‘eyebrowse’ package
Turns out I never really used it anyway.
2018-07-09 19:27:39 +02:00
Daniel - f5b20152dd
[Helm] Make new clock-in functionality for ‘helm-org’ a bit nicer 2018-07-08 19:16:29 +02:00
Daniel - 351b643669
[Helm] Use ‘helm-org’ for selecting headlines again
and make clocking in the new default action.
2018-07-08 19:06:46 +02:00
Daniel - 1ce22b1b69
[Dired] Don’t set ‘dired-omit-files’ directly
Use customize for that
2018-07-06 17:19:31 +02:00
Daniel - 4fafab7b5d
[EMMS] Trying to fix some issues with autoloading 2018-04-21 14:12:33 +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 - 9c1ab319bc
[Init] Deactive midnight-mode 2018-03-08 17:52:42 +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 - 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 - 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 - 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 - 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
Daniel - 5e3a0e0c43
[Misc] Blank line for beauty 2018-01-28 11:08:48 +01:00
Daniel - 2fe2a55b59
[EMMS] Minor cleanup for configuration 2018-01-28 11:08:40 +01:00
Daniel - 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
Daniel - 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
Daniel - b2a4db1d25
[Misc] Some comment 2018-01-27 18:13:30 +01:00
Daniel - f5cc186adb
[Hydra] Move rectangle hydra to separate ‘use-package’ declaration 2018-01-27 18:13:16 +01:00
Daniel - 82d2205e78
[Hydra] Fix hydra for rectangle selection 2018-01-27 18:01:38 +01:00
Daniel - 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
Daniel - 7d8abe0e50
[Hydra] Move custom hydras to ‘use-package’ declaration 2018-01-27 17:57:52 +01:00
Daniel - e459d534bf
[Misc] Fix typo 2018-01-27 17:50:27 +01:00
Daniel - 58daf4929b
[Init] Don’t ‘provide’ init 2018-01-27 17:50:19 +01:00
Daniel - 25373fc6d9
[Term] Move hook deactivating ‘yas-minor-mode’ to ‘term-mode’ config 2018-01-27 17:49:55 +01:00
Daniel - ddfd9828f5
[Hydra] Move custom hydras to top-level 2018-01-27 17:49:34 +01:00
Daniel - 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
Daniel - 0dd77f0a73
[Misc] Silence some compiler warnings in init.el 2018-01-27 17:31:50 +01:00
Daniel - 51a96a0ef2
[Misc] Move ‘defun’s in init.el to top-level 2018-01-27 17:31:31 +01:00
Daniel - 0db33fb843
[EMMS] Silence some compiler warnings 2018-01-27 17:28:20 +01:00
Daniel - 3a556afca6
[Dired] Inline custom function from ‘db-utils’ into init.el 2018-01-27 16:41:20 +01:00
Daniel - 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
Daniel - 9d407f74f6
[Misc] ‘use-package’ declaration for ‘timeline-tools’ 2018-01-21 19:00:31 +01:00
Daniel - b2cc8098a2
[Dired] Some cleaning up 2018-01-21 14:57:11 +01:00
Daniel - 034985e578
[Misc] No separate use-package declaration for markdown-mode 2018-01-21 10:52:47 +01:00
Daniel - 5e329c791b
[Misc] Don’t use separate key mapping for eyebrowse 2018-01-18 18:50:02 +01:00
Daniel - 18e943f6d2
[Misc] Don’t auto-compile 2018-01-18 18:48:34 +01:00
Daniel - b55ad9c988
[Gnus] Rename config file
This makes the autocompiler happy.
2018-01-16 18:21:24 +01:00
Daniel - 18dd29d7e2
[Misc] Remove some more byte compiler warnings 2018-01-16 18:20:24 +01:00
Daniel - 38eed98a2b
[Misc] Change prefix key for eyebrowse 2018-01-16 17:55:29 +01:00
Daniel - 411240c1dc
[Init] Use M-%d for eyebrowse workspaces 2018-01-14 10:46:53 +01:00
Daniel - 60a3675d3e
[Misc] Use ‘with-editor’ in eshell and shell 2018-01-14 10:10:18 +01:00
Daniel - 6b1b3c5806
[Misc] Remove obsolete configuration for ‘pp’ 2018-01-13 15:21:24 +01:00
Daniel - eb6dbd95c2
[Init] No need to check for lispy in ‘minibuffer-setup-hook’ anymore
‘conditionally-enable-lispy’ will do it
2018-01-13 14:57:08 +01:00
Daniel - 47c4bce465
[NSM] Sort security settings before writing to external file
This should avoid updates of the private submodule just due to reordering
existing entries in ‘nsm-settings-file’.
2018-01-13 14:54:10 +01:00
Daniel - 792efa7484
[Init] Don’t load projectile on windows 2018-01-13 14:45:32 +01:00
Daniel - 62ae309381
[Misc] Enable lispy in ‘eval-expression’ and the like only if loaded beforehand 2018-01-13 14:19:12 +01:00
Daniel - 14e84f92f5
[Misc] Try out eyebrowse mode 2018-01-12 21:26:12 +01:00
Daniel - 33d5531797
[Init] Start server if not already running
Regardless of whether on Windows or on Linux
2018-01-12 20:52:24 +01:00
Daniel - 0d67273805
[Org] Don’t activate timers repeatedly
This approach may need to be generalized to other timers as well.  Don’t
know (yet) whether there is some predefined way in ELisp to do this.
2017-12-17 10:31:17 +01:00
Daniel - 076095b7e7
[ELisp] Use standard ‘lisp-indent-function’ for indenting 2017-12-15 21:45:12 +01:00
Daniel - 9255786df2
[Org] Considerably decrease intervals between exporting diary 2017-12-05 18:07:06 +01:00
Daniel - 09ecf75520
[Diary] Don’t show diary when opening calendar 2017-12-04 19:05:59 +01:00
Daniel - 17b5d9fecb
[Misc] Add lexical binding to all files 2017-12-03 09:19:05 +01:00
Daniel - 6172baddc2
[Dict] Require ’gnutls 2017-11-20 20:22:47 +01:00
Daniel - db96088e07
[Init] Activate pdf-tools when not on Windows 2017-11-18 17:05:25 +01:00
Daniel - 94212fad62
[Dired] Trying to speed up listings on windows
by disabling ‘dired-free-space-program’ (nothing to do with space traveling!)
2017-11-16 20:42:17 +01:00
Daniel - 53e02bead3
[Dired] Automatic reformatting 2017-11-16 20:42:03 +01:00
Daniel - 654abfe842
[Utils] Add little helper to convert hex to ascii 2017-11-16 19:32:56 +01:00
Daniel - 0464bc85a6
[EMMS] Another try to clean up emms config 2017-11-14 21:07:34 +01:00
Daniel - 9bcb8c86c0
[Misc] Replace custom mail addresses by ‘db/additional-mail-addresses’ 2017-11-14 16:21:38 +01:00
Daniel - 5b06fad486
[Misc] Load customization directly from private/
No need anymore for symbolic links (yay for Windows!)
2017-11-14 16:12:04 +01:00
Daniel - b5e8e94da5
[Misc] Okay, let’s keep the main jabber-id in init.el 2017-11-14 16:05:44 +01:00
Daniel - 7acc66afd7
[Misc] Moving mail-related customization to gnus’ configuration file 2017-11-14 16:04:49 +01:00
Daniel - 9824cbb4c0
[Misc] Remove obsolete requires to ‘db-private’ 2017-11-14 15:59:18 +01:00
Daniel - 83811b419a
[Private] Move variables to custom.el 2017-11-14 15:53:25 +01:00
Daniel - ec9510e24b
[EMMS] Try to eliminate recursive ‘require’ 2017-11-14 14:59:13 +01:00
Daniel - 2d6eb6e58e
[GnuTLS] Log-level 1 too noisy
mostly because of all the unreachability messages
2017-11-13 20:45:47 +01:00
Daniel - a3605db872
[Private] Require ‘db-private’ only when using email 2017-11-13 20:45:14 +01:00
Daniel - 1e0f01890f
[Haskell] One hook for ‘company-mode’ is enough 2017-11-12 12:38:11 +01:00
Daniel - eb660677dd
[Init] Disable flyspell on Windows right now
aspell complains about ‘nil’-encoding not being available, looks like an
installation but.
2017-11-12 12:36:19 +01:00
Daniel - 1e2b28ffeb
[Misc] Update introductory comment for init.el 2017-11-12 12:35:36 +01:00
Daniel - 882187404f
[Misc] Cosmetics 2017-11-11 17:43:27 +01:00
Daniel - 5f49a8c240
[EMMS] Improve loading of personal configuration 2017-11-11 17:42:03 +01:00
Daniel - 663c57cd36
[Haskell] Fix wrong order of custom ‘add-hook’ calls 2017-11-11 12:05:15 +01:00
Daniel - b8b770e505
[Init] Move auto-mode specifications into ‘db/run-init’
and delete scala-mode.
2017-11-11 12:03:39 +01:00
Daniel - ba8d2653f0
[Init] Move misplaced ‘add-hook’ call into ‘db/run-init’ 2017-11-11 11:53:25 +01:00
Daniel - 95457488e7
[Misc] Remove some unnecessary ‘require’s 2017-11-11 11:46:24 +01:00
Daniel - 9aa1884d9b
[Misc] We actually don’t use ocular … 2017-11-11 11:44:39 +01:00
Daniel - 1240abfff0
[Init] Move constants to top 2017-11-11 11:44:30 +01:00
Daniel - 2799557f9d
[Init] Some initial comments 2017-11-11 11:44:20 +01:00
Daniel - c1c15e40b9
[Misc] Set security level to high
ZIH certificate is out, no need anymore to not be paranoid!
2017-11-11 09:24:39 +01:00
Daniel - 12cfeebefa
[Misc] Increase gnutls log-level 2017-11-11 09:06:52 +01:00
Daniel - 139862d66d
[Misc] Introduce variable ‘on-windows’
to increase readability
2017-11-11 09:06:41 +01:00
Daniel - 1318b74c61
[Misc] Inhibit font compactification on Windows
This speeds up display of special characters *a lot*
2017-11-11 08:50:39 +01:00
Daniel - e9e5e0455e
[Misc] Fix wrong regexp when updating certificates 2017-11-11 08:48:18 +01:00
Daniel - f237beefd6
[Dired] Additional commands for Windows applications 2017-11-04 11:23:20 +01:00
Daniel - ed38c48bf1
[Init] Also consider case when on cygwin 2017-11-04 11:23:07 +01:00
Daniel - 46ceca79ce
[Init] Fix loading environment variables when on Windows 2017-11-04 11:22:49 +01:00
Daniel - b3a55c2fda
[Misc] Use separate ‘dired-guess-shell-alist-user’ for Windows 2017-10-30 20:10:35 +01:00
Daniel - 97478ace21
[Init] Only read environment variables when not on Windows 2017-10-30 20:05:54 +01:00
Daniel - 2ef42d6412
[Init] Enable flyspell on Windows 2017-10-30 20:05:42 +01:00
Daniel - 2709f9c45f
[Misc] Update :commands section for ‘crux’ package 2017-10-29 22:28:24 +01:00
Daniel - ff607e439f
[Init] Cosmetics 2017-10-28 19:34:58 +02:00
Daniel - 0b04beeb3e
Revert "[Init] Enable ‘smart-mode-line-dark’ explicitly"
Enough to customize ‘sml/theme’ explicitly.

This reverts commit 535112b55a.
2017-10-28 14:50:51 +02:00
Daniel - 535112b55a
[Init] Enable ‘smart-mode-line-dark’ explicitly
Don’t know why it’s not done automatically.  Maybe settings it in custom.el is
too early?
2017-10-28 14:34:05 +02:00
Daniel - 645356054f
[Misc] Some non-crucial slash 2017-10-28 14:31:44 +02:00
Daniel - 02424db2fe
[Misc] Add only certificates if they look like some 2017-10-28 14:31:31 +02:00
Daniel - dc22c1c959
[Misc] Some code cosmetics 2017-10-28 14:28:56 +02:00
Daniel - 9e4c0967e0
[Misc] Make certificate file directory customizable 2017-10-28 14:28:29 +02:00
Daniel - e7db348568
[Misc] Ask for confirmation to stash all changes 2017-10-28 12:15:01 +02:00
Daniel - e036b0ff12
[Misc] Use ivy for magit 2017-10-28 12:00:37 +02:00
Daniel - 67d312d3b7
[Misc] Minor additions for ivy 2017-10-28 09:47:33 +02:00
Daniel - 3f1ae34575
[Init] Load customizations in ‘db/run-init’ 2017-10-27 22:06:45 +02:00
Daniel - 563a24c79c
[Init] Reorganization 2017-10-21 09:08:15 +02:00
Daniel - d515b9480d
[Org] Generalize export of org-mode calendar to ics
The location to which the calendar will be exported is not taken from the
customized value of ‘org-icalendar-combined-agenda-file’, which is not fixed
anymore in the configuration.  If this variable is not set (i.e. nil), the no
exporting is done.
2017-10-21 09:02:46 +02:00