Commit Graph

119 Commits

Author SHA1 Message Date
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
Daniel - 9f50ae527b
[Init] Moving more variables to custom.el 2017-10-17 22:37:24 +02:00
Daniel - 488b021138
[Init] Update headings 2017-10-17 22:21:28 +02:00
Daniel - 8e57752bc7
[Misc] Only load custom.el when present 2017-10-17 22:21:10 +02:00
Daniel - 05400e9366
[Misc] Customize path to abbreviations 2017-10-17 22:20:57 +02:00
Daniel - e49a3e3236
[Misc] Moving path specifications to custom.el 2017-10-17 22:09:53 +02:00
Daniel - 4cbfd144bc
[Misc] No magic tilde for ivy 2017-10-14 18:03:41 +02:00
Daniel - 98bcd19b72
[Dired] Enable quicksorting for windows 2017-10-05 18:28:41 +02:00
Daniel - eeadb28a8c
[Init] Config for ‘typing’ 2017-10-05 18:24:14 +02:00
Daniel - ae1507a2b0
[Misc] Move abbreviations to private/ 2017-10-02 18:09:57 +02:00
Daniel - eb658dffa6
[Init] Fix typo 2017-10-02 18:09:32 +02:00
Daniel - a3cd6f19a7
[Themes] Move themes into separate directory 2017-10-02 18:05:34 +02:00
Daniel - 4ac8be452b
[Init] Move ‘pp’ to section of builtin packages 2017-09-30 22:40:57 +02:00
Daniel - 6439b71543
[Misc] Enable lispy in minibuffer if available 2017-09-30 22:28:42 +02:00
Daniel - a0cd28a621
[Org] Export diary only when not on Windows 2017-09-30 21:55:50 +02:00
Daniel - 06d5c624d4
[Init] Binding ‘iedit-mode’ 2017-09-29 21:25:41 +02:00
Daniel - 12d0b6e1e8
[Init] Minor comment 2017-09-29 21:24:33 +02:00
Daniel - 3fac9913e3
[Init] Remove use-package declaration for ‘pdf-tools’
Didn’t do much
2017-09-29 21:24:13 +02:00
Daniel - 23397e5806
[Misc] Don’t enable flyspell mode on Windows 2017-09-24 12:46:55 +02:00
Daniel - 471c3775ce
[Misc] Update comments 2017-09-24 12:46:19 +02:00
Daniel - deb4bc0eee
[Init] Update :commands for package ‘hydra’ 2017-09-24 12:44:11 +02:00
Daniel - 6c60b54983
[Init] Don’t start in ‘lisp-interaction-mode’ 2017-09-24 12:35:06 +02:00
Daniel - 96bb27b53a
[Init] Defer some more packages 2017-09-24 12:34:59 +02:00
Daniel - db52cf12ab
[Init] Move definition of hydras into main init function 2017-09-24 12:34:25 +02:00
Daniel - 6f7f01a95c
[Org] No designated work file anymore 2017-09-17 21:10:42 +02:00
Daniel - 54236fdcea
[Misc] Minor cosmetics 2017-09-15 17:53:59 +02:00
Daniel - 4a0502dbe0
[Org] Set values for main org-mode files 2017-09-15 17:47:34 +02:00
Daniel - a28075347b
[Misc] Start server when on Windows 2017-09-15 17:46:06 +02:00
Daniel - 5312551b09
[Private] Only set personal data if available 2017-09-14 20:20:53 +02:00
Daniel - 9d5832509b
[Init] Restructure keybindings
Some keybindings should only be overwritten if the corresponding packages are
available.
2017-09-14 19:35:50 +02:00
Daniel - 89bbdfbde6
[Init] Move around custom.el
This file differs between machines anyway, so there is no need to track it.
2017-09-14 19:35:40 +02:00
Daniel - 1badb3770c
[Init] Don’t ensure packages
We keep the important ones in the repository anyway.
2017-09-14 19:35:35 +02:00
Daniel - da1e3d8cec
[Private] Don’t use symlinks, adjust load-path instead
This eliminates the need for symlinks, and thus also works under Windows.
2017-09-14 19:35:21 +02:00
Daniel - 78c7c5c81f
[Init] Don’t put initial scratch buffer into org-mode
This prevents org-mode from being loaded on startup.
2017-09-13 20:00:54 +02:00
Daniel - e7468f7110
[Misc] Code cosmetics 2017-09-13 19:56:37 +02:00
Daniel - 9e674a6949
[Misc] Remove lispy from minibuffer
too fragile
2017-09-13 19:56:28 +02:00