Commit Graph

211 Commits

Author SHA1 Message Date
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