Daniel Borchmann
297bb6ac6e
Add short description of what db-projects is all about
2 years ago
Daniel Borchmann
d9e74f6e54
Allow to list Org Mode files in projects not being searched by default
2 years ago
Daniel Borchmann
bdc8a53fe3
Minor reformatting in package signature for db-projects
2 years ago
Daniel Borchmann
96d4f000ca
Add some autoload statements
2 years ago
Daniel Borchmann
4dead43c36
Check that newly created projects have not been archived before
2 years ago
Daniel Borchmann
644d463260
Update some docstrings in db-projects
...
As suggested by flycheck.
2 years ago
Daniel Borchmann
2a046610e9
Clean up projectile's cache explicitly when removing a project
2 years ago
Daniel Borchmann
f662e5b990
Make projectile a hard dependency for personal project management
2 years ago
Daniel Borchmann
685d55cf93
Do not require main notes file to be part of org-agenda-files
...
Neither logging information not tasks should be part of that file, so keeping it
in `org-agenda-files' is not really necessary. Indeed, it has only been
included in there to allow `org-search-view' to search that file. However, with
using `org-agenda-text-search-extra-files' makes this approach obsolete.
2 years ago
Daniel Borchmann
a511e9e73a
Allow nil as shortcut character in frequently used features
...
This results in no entry being defined in the corresponding hydra.
2 years ago
Daniel Borchmann
0aa8140e22
Do not function-quote in db/frequently-used-features
...
Apparently, this does not match with the `function' requirement of the
customization type definition.
2 years ago
Daniel Borchmann
a576ef123d
Automatically update hydra for shortcuts after customization
2 years ago
Daniel Borchmann
14cfae155a
Add some documentation for custom agenda deadline listing
...
It should be clear why we are using this, and not the standard agenda list.
2 years ago
Daniel Borchmann
4e7245f858
Experimental: do not show deadlines in top agenda view
...
We have a separate view for deadlines, that should actually be sufficient.
2 years ago
Daniel Borchmann
6ee9e84bb1
Reduce number of ls switches when on windows
...
They do not seem to be supported by mingw's ls?
2 years ago
Daniel Borchmann
01be58c2e1
Prevent the default font from being changed by gconf
...
Thanks, stackexchange!
2 years ago
Daniel Borchmann
39c06d670b
Move tramp and calc configuration into use-package statements
2 years ago
Daniel Borchmann
d10e85e208
Fix typo in regular expression
2 years ago
Daniel Borchmann
cb9ef5a8d4
Merge configuration sections on constants and path settings
2 years ago
Daniel Borchmann
3fb7c80312
Demand basic configuration packages
...
Since package loading is defered by default, explicit demanding is required
here.
2 years ago
Daniel Borchmann
7b9dd53c3a
Moving around use-package declarations
2 years ago
Daniel Borchmann
a4daabd42c
Move private directory creation to corresponding config section
2 years ago
Daniel Borchmann
085a57d281
Add subword-mode for programming
2 years ago
Daniel Borchmann
b9add4858a
Group configuration for use-package
2 years ago
Daniel Borchmann
5aea5ba37e
Introduce new configuration section for paths
2 years ago
Daniel Borchmann
471933e25c
Gather some configuration on appearance in corresponding section
2 years ago
Daniel Borchmann
6e9e6d2bce
Move definition of lisp-indent-function to Lisp section
2 years ago
Daniel Borchmann
053c3350e9
Add another missing closing parenthesis
...
Shouldn't copy and paste so much …
2 years ago
Daniel Borchmann
d0b0cc06ff
Only bind f5 once
...
Easier to see what is going on.
2 years ago
Daniel Borchmann
331272afc1
Add configuration and key bindings for bm package
2 years ago
Daniel Borchmann
9e8ee7f47f
Move around use-package declarations
...
Should make a little bit more sense now, but not much …
2 years ago
Daniel Borchmann
4bae02e8c7
Create new configuration section for general programming
...
Covering configurations for magit, projectile, and the like.
2 years ago
Daniel Borchmann
6c0d7661a8
Move helm shortcut function to navigation section
...
Makes more sense to me.
2 years ago
Daniel Borchmann
d9eb84b0a3
Make shr render html-pages more consistently
...
Configuration from https://protesilaos.com/dotemacs .
2 years ago
Daniel Borchmann
7134ce2999
Allow to switch directories in Eshell without writing `cd'
2 years ago
Daniel Borchmann
192af9ca14
Show only clashes in ediff
2 years ago
Daniel Borchmann
d9180abf04
Demand loading personal customizations
...
This somehow got broken when setting the default loading behavior to defer.
2 years ago
Daniel Borchmann
53c03eb488
Add missing closing paranthesis
...
Sorry for that.
2 years ago
Daniel Borchmann
644dac0c43
Add use-package declaration for magit-repos
...
That's cool!
2 years ago
Daniel Borchmann
b4c5a52b3e
Add some simple configuration for git-commit
2 years ago
Daniel Borchmann
48b6394757
Remove obsolete defer options
...
Deferring to load packages is the default now.
2 years ago
Daniel Borchmann
5bea8030fc
Move all Org Mode configuration to corresponding section
2 years ago
Daniel Borchmann
58f74cdd41
Add configuration for org-tree-slide
...
That's fun!
Again from https://protesilaos.com/dotemacs/ .
2 years ago
Daniel Borchmann
fca3367ab4
Let tabs act natively when in Org Mode src blocks
2 years ago
Daniel Borchmann
a02fc189ab
Keep org links after insertion
2 years ago
Daniel Borchmann
93f5389d39
Move calendar configuration to separate use-package declaration
...
Also make Monday the first day of the week.
2 years ago
Daniel Borchmann
9727c17dd9
Don't make diary entries from org agenda
...
The standard diary is not used in this configuration, and using the "i" key for
clocking is much more natural then.
2 years ago
Daniel Borchmann
a7a38f33e7
Add config for trashed, a dired-like interface to the trash bin
2 years ago
Daniel Borchmann
8ffc2e5dd4
Explicitly configure dired-x
...
Again motivated by https://protesilaos.com/dotemacs/ .
2 years ago
Daniel Borchmann
4ba7bbb9d3
Clean up configuration of dired-subtree
...
Well, there wasn't any configuration for it right now, but the use-package
statement was hidden in the config section of dired's. Moved it to the
top-level right now and also bound dired-subtree-cycle.
2 years ago