summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* init: Some whitespace fixesHEADmasterAlexander Sulfrian2016-09-131-1/+7
|
* init: Only enable org-bullets-mode if availableAlexander Sulfrian2016-09-131-1/+3
|
* use-package: Add :if-installed keywordAlexander Sulfrian2016-09-121-14/+47
| | | | | | With the :if-installed keyword it is possible to check, if a package is installed before binding keys or creating autoloads. This helps of optional packages that overwrites built-in keys (like helm with M-x).
* init: Do not depend on ace-windowAlexander Sulfrian2016-08-041-1/+2
| | | | | If ace-window is not available, we no longer overwrite the default "C-x o" keybinding.
* init: Separate tangle and loadAlexander Sulfrian2016-08-041-5/+26
| | | | | | | This way I can load the config without having org-mode loaded. org-mode is only required once to tangle the elisp code blocks from the org-mode file. This also adds a startup timer.
* init: Reduce verbosity of yasnippetAlexander Sulfrian2016-08-041-0/+8
|
* init: Modularize yasnippet configAlexander Sulfrian2016-08-041-9/+21
|
* init: Remove statup messageAlexander Sulfrian2016-08-041-0/+15
| | | | | | I do not want to read (on every startup): For information about GNU Emacs and the GNU system, type C-h C-a
* Merge remote-tracking branch 'origin/master'Alexander Sulfrian2016-08-042-6/+17
|\ | | | | | | | | | | | | * origin/master: init: Speed up the untangling init: Unbind C-z if not running on a terminal init: Fix noweb-ref name
| * init: Speed up the untanglingAlexander Sulfrian2016-08-031-2/+2
| | | | | | | | | | | | We only use the noweb-refs to split big parts of package configurations in more smaller parts, so we do not need very fancy features and the quick&dirty mode is sufficient.
| * init: Unbind C-z if not running on a terminalAlexander Sulfrian2016-08-031-0/+11
| |
| * init: Fix noweb-ref nameAlexander Sulfrian2016-08-031-4/+4
| |
* | org-id: Enable package and change location of cache fileAlexander Sulfrian2016-02-041-0/+14
| |
* | Change location of auto-save-list file to cache dirAlexander Sulfrian2016-02-041-2/+2
|/
* More personal snippetsAlexander Sulfrian2016-02-042-0/+16
|
* Add own snippetsAlexander Sulfrian2016-02-0317-0/+117
|
* Some org-bable configAlexander Sulfrian2016-02-0312-0/+7982
|
* Initial commitAlexander Sulfrian2016-02-030-0/+0