aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2020-09-23Update org-roam hydra bindingAdrian Kummerlaender
2020-09-23Disable automatic org-roam file renamingAdrian Kummerlaender
If this is enabled, saving a narrowed buffer causes a rename.
2020-09-07Add keybinding for ctags regenerationAdrian Kummerlaender
2020-09-07Use current theme for org HTML export highlightingAdrian Kummerlaender
2020-08-29Update xdg default applicationsAdrian Kummerlaender
2020-08-29Force usage of more up-to-date external org versionAdrian 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-27Remove Emacs font-lock trickeryAdrian 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-27Use niv for tracking channel versionsAdrian Kummerlaender
This way the config is actually reproducible without manually tracking supported nixpkgs states. home-manager is now not installed environment-wide anymore but only available inside a nix-shell.
2020-08-27Use feature/native-comp Emacs build from overlayAdrian Kummerlaender
2020-08-11Use helm for mu4e completionAdrian Kummerlaender
2020-07-27Use helm for tag navigationAdrian Kummerlaender
2020-07-27Improve HTML mail displayAdrian Kummerlaender
2020-07-21Add expand-region, rainbow-delimitersAdrian Kummerlaender
2020-07-21Adapt org roam shorcutsAdrian Kummerlaender
2020-07-21Enable syntax highlighting in org export, add reveal exportAdrian Kummerlaender
2020-07-21Improve GC behaviourAdrian Kummerlaender
Seems to fix sporadic type lagg when editing e.g. large heavily fontified org buffers.
2020-07-21Adapt autocomplete case sensitivityAdrian Kummerlaender
2020-07-15Revamp Emacs keybindingsAdrian Kummerlaender
Using SPC as leader, discovery via which-key
2020-07-15Define some global ctags excludesAdrian Kummerlaender
2020-07-12Style invalid org-roam links the same way as org-linksAdrian Kummerlaender
As external org-links are marked as invalid org-roam links
2020-07-12Add link display toggle to org-mode hydraAdrian Kummerlaender
2020-07-12Setup org-roamAdrian Kummerlaender
2020-07-12Remove deprecated keybindingsAdrian Kummerlaender
2020-07-12Switch darkroom and store link keybindingsAdrian Kummerlaender
2020-07-12Disable evil-mode for calendarAdrian Kummerlaender
2020-07-08Remove org-babel tangling flickerAdrian Kummerlaender
2020-07-08Add literate calc minor modeAdrian Kummerlaender
2020-07-08Add two useful navigation pluginsAdrian Kummerlaender
2020-07-08Use single-window mu4e view by defaultAdrian Kummerlaender
2020-07-07Emacs config update, removed DeftAdrian Kummerlaender
Replaced by using various file selectors and plain org-capture.
2020-07-04Fix org-link markupAdrian Kummerlaender
2020-07-04Unbind C-b in evil motion mapAdrian Kummerlaender
Shadows global C-b in evil buffers otherwise
2020-07-04Some Emacs keybind maintenanceAdrian Kummerlaender
Should get started on converting the config into a readable literate document. Custom keybinds should be more consistent.
2020-07-04Setup Emacs dashboardAdrian Kummerlaender
2020-07-04Preserve Emacs history across reloadsAdrian Kummerlaender
2020-07-04Add helm swoop to emacsAdrian Kummerlaender
2020-07-01Switch to brightnessctlAdrian Kummerlaender
xbacklight stopped working for some reason
2020-06-30Add async org-mode packageAdrian Kummerlaender
Essential for code blocks taking longer than a couple of seconds
2020-06-30Enable password caching for Emacs trampAdrian Kummerlaender
2020-06-27Mixed emacs config updatesAdrian Kummerlaender
2020-06-27Add org subtree narrow shortcut to hydra menuAdrian Kummerlaender
2020-06-26Enable evil-leader mode before evil-modeAdrian Kummerlaender
Otherwise it is not enabled in every evil-mode buffer
2020-06-26Add evil-magitAdrian Kummerlaender
2020-06-26Setup org-rifleAdrian Kummerlaender
2020-06-26Use ivy for mu4e completionAdrian Kummerlaender
2020-06-26Add keybinding for kill ring searchAdrian Kummerlaender
2020-06-25Remove nvim-qt, my CLI nvim config provided by nixos_system is enoughAdrian Kummerlaender
2020-06-25Add missing email.el fileAdrian Kummerlaender
2020-06-25Fix evil configAdrian Kummerlaender
2020-06-25Move Emacs mail config into separate fileAdrian Kummerlaender