Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | init: Some whitespace fixesHEADmaster | Alexander Sulfrian | 2016-09-13 | 1 | -1/+7 |
| | |||||
* | init: Only enable org-bullets-mode if available | Alexander Sulfrian | 2016-09-13 | 1 | -1/+3 |
| | |||||
* | use-package: Add :if-installed keyword | Alexander Sulfrian | 2016-09-12 | 1 | -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-window | Alexander Sulfrian | 2016-08-04 | 1 | -1/+2 |
| | | | | | If ace-window is not available, we no longer overwrite the default "C-x o" keybinding. | ||||
* | init: Separate tangle and load | Alexander Sulfrian | 2016-08-04 | 1 | -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 yasnippet | Alexander Sulfrian | 2016-08-04 | 1 | -0/+8 |
| | |||||
* | init: Modularize yasnippet config | Alexander Sulfrian | 2016-08-04 | 1 | -9/+21 |
| | |||||
* | init: Remove statup message | Alexander Sulfrian | 2016-08-04 | 1 | -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 Sulfrian | 2016-08-04 | 2 | -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 untangling | Alexander Sulfrian | 2016-08-03 | 1 | -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 terminal | Alexander Sulfrian | 2016-08-03 | 1 | -0/+11 |
| | | |||||
| * | init: Fix noweb-ref name | Alexander Sulfrian | 2016-08-03 | 1 | -4/+4 |
| | | |||||
* | | org-id: Enable package and change location of cache file | Alexander Sulfrian | 2016-02-04 | 1 | -0/+14 |
| | | |||||
* | | Change location of auto-save-list file to cache dir | Alexander Sulfrian | 2016-02-04 | 1 | -2/+2 |
|/ | |||||
* | More personal snippets | Alexander Sulfrian | 2016-02-04 | 2 | -0/+16 |
| | |||||
* | Add own snippets | Alexander Sulfrian | 2016-02-03 | 17 | -0/+117 |
| | |||||
* | Some org-bable config | Alexander Sulfrian | 2016-02-03 | 12 | -0/+7982 |
| | |||||
* | Initial commit | Alexander Sulfrian | 2016-02-03 | 0 | -0/+0 |