summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Resize buffer margins dynamically.rekado2016-10-011-0/+36
|
* Don't break long lines.rekado2016-10-011-36/+11
| | | | | I'm using visual-line-mode, so the lines will be broken as needed at runtime.
* Move pretty symbols definition to init.org.rekado2016-07-312-19/+24
|
* Configure new Info-quoted face.rekado2016-07-311-0/+8
|
* Use visual-line-mode in org files.rekado2016-07-311-42/+14
| | | | | This looks better and makes more sense when variable-pitch-mode is active.
* move completion config to init.org.rekado2016-07-312-17/+30
|
* Require org-indent before setting org-indent face.rekado2016-07-201-0/+1
|
* Require "info" before setting info faces.rekado2016-07-201-0/+1
|
* Reduce size of org headings.rekado2016-07-191-4/+4
|
* Try to line up indented blocks with their headings.rekado2016-07-191-0/+10
|
* Make more org faces use monospaced font.rekado2016-07-191-0/+4
|
* Override org bullets.rekado2016-07-191-0/+1
|
* Use variable-pitch font in manual headings.rekado2016-07-181-0/+27
|
* Change org-faces again.rekado2016-07-151-7/+5
|
* Auto-compile init.org.rekado2016-07-151-15/+16
|
* Move ido initialisation to init.org.rekado2016-07-152-27/+40
|
* org-block face should use monospace font.rekado2016-07-151-0/+1
|
* Adjust org face sizes and colours.rekado2016-07-151-11/+13
|
* org babel prettification: Cosmetic changes.rekado2016-07-151-17/+18
|
* Expand collapsed org src block arguments at point.rekado2016-07-151-12/+16
|
* Move regexp for begin of org src block to variable.rekado2016-07-151-2/+4
|
* Move magit configuration to init.org.rekado2016-07-142-38/+54
|
* Do not start in fullscreen mode.rekado2016-07-141-2/+2
|
* tramp: fix typo.rekado2016-07-141-1/+1
|
* Simplify org configuration.rekado2016-07-141-9/+11
|
* Remove old init file.rekado2016-07-142-158/+166
|
* Add configuration for TRAMP.rekado2016-07-142-22/+41
|
* Add shell settings.rekado2016-07-141-0/+14
|
* org: Move face definitions out of hook.rekado2016-07-131-35/+54
|
* Replace "set-default-font" with "set-frame-font".rekado2016-07-131-1/+1
|
* Replace "mapcar" with "mapc".rekado2016-07-131-4/+4
|
* Install emacs-ess.rekado2016-07-131-0/+1
|
* email: Don't ask to replace encrypted with decrypted text. Just do it.rekado2016-07-131-2/+4
|
* custom: Enable more org babel languages.rekado2016-07-131-0/+8
|
* Change org faces.rekado2016-07-131-2/+14
|
* Use "sh" (not "bash") for shell source block.rekado2016-07-131-1/+1
|
* custom: Set custom-theme-load-path.rekado2016-07-131-0/+3
|
* custom: Update safe themes.rekado2016-07-131-1/+1
|
* Theme name is "solarized-light".rekado2016-07-131-1/+1
|
* More and more packages are now available in Guix.rekado2016-07-131-17/+14
|
* Render org meta line face with monospace font.rekado2016-07-121-0/+1
|
* Increase size of org headings and titles.rekado2016-07-121-0/+2
|
* Remove erc-hl-nicks.rekado2016-07-122-2/+0
|
* Replace hungry-delete with cycle-spacing.rekado2016-07-122-2/+3
|
* Use fixed-pitch for org-todo face.rekado2016-07-081-0/+1
|
* Make fixed-pitch smaller relative to variable-pitch.rekado2016-07-081-1/+4
|
* Define default fonts.rekado2016-07-081-1/+16
|
* Use with-eval-after-load.rekado2016-07-081-4/+4
|
* Prettify org source blocks.rekado2016-07-081-1/+79
|
* Don't load after tangle.rekado2016-07-071-1/+1
|