summaryrefslogtreecommitdiff
path: root/init.org
Commit message (Collapse)AuthorAgeFilesLines
* 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-311-1/+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-151-1/+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-141-1/+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-141-1/+166
|
* Add configuration for TRAMP.rekado2016-07-141-0/+35
|
* 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
|
* Change org faces.rekado2016-07-131-2/+14
|
* Use "sh" (not "bash") for shell source block.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-121-1/+0
|
* Replace hungry-delete with cycle-spacing.rekado2016-07-121-1/+0
|
* 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
|
* Remove dired-details.rekado2016-07-071-1/+0
| | | | It's not needed with later versions of Emacs.
* Move org-mode configuration to init.org.rekado2016-07-071-0/+69
|
* Remove info+.rekado2016-07-061-1/+0
|
* Remove dired customisation.rekado2016-07-061-1/+0
|
* Remove deprecated "tooltip-use-echo-area".rekado2016-07-061-1/+0
|
* Start using a literate configuration file.rekado2016-07-061-0/+261
"init.org" needs to be tangled to "init.el" first. It still loads the old configuration file "old-init.el", which will eventually disappear.