Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-23 | Disable automatic org-roam file renaming | Adrian Kummerlaender | |
If this is enabled, saving a narrowed buffer causes a rename. | |||
2020-09-07 | Add keybinding for ctags regeneration | Adrian Kummerlaender | |
2020-09-07 | Use current theme for org HTML export highlighting | Adrian Kummerlaender | |
2020-08-29 | Force usage of more up-to-date external org version | Adrian Kummerlaender | |
This is almost certainly not the simplest way of doing this but as the derivation builds Emacs anyway it doesn't cost anything to remove the builtin version of org. | |||
2020-08-27 | Remove Emacs font-lock trickery | Adrian Kummerlaender | |
This previously sped up rendering of large org files but now causes severe input lag for some reason. Still fighting to get a more current non-builtin org mode version to load… | |||
2020-08-27 | Use feature/native-comp Emacs build from overlay | Adrian Kummerlaender | |
2020-07-27 | Use helm for tag navigation | Adrian Kummerlaender | |
2020-07-21 | Add expand-region, rainbow-delimiters | Adrian Kummerlaender | |
2020-07-21 | Adapt org roam shorcuts | Adrian Kummerlaender | |
2020-07-21 | Enable syntax highlighting in org export, add reveal export | Adrian Kummerlaender | |
2020-07-21 | Improve GC behaviour | Adrian Kummerlaender | |
Seems to fix sporadic type lagg when editing e.g. large heavily fontified org buffers. | |||
2020-07-21 | Adapt autocomplete case sensitivity | Adrian Kummerlaender | |
2020-07-15 | Revamp Emacs keybindings | Adrian Kummerlaender | |
Using SPC as leader, discovery via which-key | |||
2020-07-12 | Add link display toggle to org-mode hydra | Adrian Kummerlaender | |
2020-07-12 | Setup org-roam | Adrian Kummerlaender | |
2020-07-12 | Remove deprecated keybindings | Adrian Kummerlaender | |
2020-07-12 | Switch darkroom and store link keybindings | Adrian Kummerlaender | |
2020-07-12 | Disable evil-mode for calendar | Adrian Kummerlaender | |
2020-07-08 | Remove org-babel tangling flicker | Adrian Kummerlaender | |
2020-07-08 | Add literate calc minor mode | Adrian Kummerlaender | |
2020-07-08 | Add two useful navigation plugins | Adrian Kummerlaender | |
2020-07-07 | Emacs config update, removed Deft | Adrian Kummerlaender | |
Replaced by using various file selectors and plain org-capture. | |||
2020-07-04 | Unbind C-b in evil motion map | Adrian Kummerlaender | |
Shadows global C-b in evil buffers otherwise | |||
2020-07-04 | Some Emacs keybind maintenance | Adrian Kummerlaender | |
Should get started on converting the config into a readable literate document. Custom keybinds should be more consistent. | |||
2020-07-04 | Setup Emacs dashboard | Adrian Kummerlaender | |
2020-07-04 | Preserve Emacs history across reloads | Adrian Kummerlaender | |
2020-07-04 | Add helm swoop to emacs | Adrian Kummerlaender | |
2020-06-30 | Add async org-mode package | Adrian Kummerlaender | |
Essential for code blocks taking longer than a couple of seconds | |||
2020-06-30 | Enable password caching for Emacs tramp | Adrian Kummerlaender | |
2020-06-27 | Mixed emacs config updates | Adrian Kummerlaender | |
2020-06-27 | Add org subtree narrow shortcut to hydra menu | Adrian Kummerlaender | |
2020-06-26 | Enable evil-leader mode before evil-mode | Adrian Kummerlaender | |
Otherwise it is not enabled in every evil-mode buffer | |||
2020-06-26 | Add evil-magit | Adrian Kummerlaender | |
2020-06-26 | Setup org-rifle | Adrian Kummerlaender | |
2020-06-26 | Add keybinding for kill ring search | Adrian Kummerlaender | |
2020-06-25 | Fix evil config | Adrian Kummerlaender | |
2020-06-25 | Move Emacs mail config into separate file | Adrian Kummerlaender | |
2020-06-25 | Mail config update | Adrian Kummerlaender | |
Without this changes are not reflected upstream. | |||
2020-06-25 | Move size rules into Emacs theme | Adrian Kummerlaender | |
2020-06-25 | Change Deft filter rule | Adrian Kummerlaender | |
2020-06-24 | Change org-bullets | Adrian Kummerlaender | |
2020-06-24 | Keybindings... | Adrian Kummerlaender | |
2020-06-24 | Prefer UTF8 everywhere | Adrian Kummerlaender | |
2020-06-24 | Update mu4e mail setup | Adrian Kummerlaender | |
2020-06-23 | Add keybinds for org linking | Adrian Kummerlaender | |
Binding of `org-store-link` is global to store link from any supported buffer. Not fully happy with the choice of F12 but ok for now. | |||
2020-06-23 | Fix orgmode execute binding | Adrian Kummerlaender | |
Worked for source blocks but not for "#+CALL" statements. | |||
2020-06-23 | Basic eMail setup using home-manager account system and mu4e | Adrian Kummerlaender | |
2020-06-23 | Only use projectile for ctags updating in Emacs | Adrian Kummerlaender | |
2020-06-22 | Setup direnv to use nix-shell envs from Emacs | Adrian Kummerlaender | |
2020-06-22 | Add binding for tags counsel to Emacs | Adrian Kummerlaender | |