aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2021-01-15Add htop configAdrian Kummerlaender
2020-12-17Load optional file of manual patchesAdrian Kummerlaender
2020-12-11Actually add org-qlAdrian Kummerlaender
Somehow got missed during my last commit
2020-12-04Explicitly set black backgroundAdrian Kummerlaender
This was the implicit default but gets broken when not using autologin.
2020-11-30Disable audible Kitty bellAdrian Kummerlaender
Never get this in local sessions but on some SSH sessions this is maddening.
2020-11-30Explicitly set undo-tree-mode for evilAdrian Kummerlaender
2020-11-23Enable preprocessor macro indentation for C langsAdrian Kummerlaender
2020-11-23Reenable messages, this hides to muchAdrian Kummerlaender
I just want to prevent the message buffer from popping up during background gccmacs rebuilds...
2020-11-23Update nixpkgs and use kcachegrind instead of qcachegrindAdrian Kummerlaender
Qcachegrind has this annoying Qt XCB bug, this time not fixable by installing Qt to the user environment.
2020-11-15AucTex font customizationAdrian Kummerlaender
2020-11-14Add auctexAdrian Kummerlaender
2020-11-14Use inactive timestamps for capturing from webAdrian Kummerlaender
2020-11-14Hide statusline messagesAdrian Kummerlaender
2020-11-10Use LaTeX mode for tikz filesAdrian Kummerlaender
2020-11-10Enable org babel org templatesAdrian Kummerlaender
2020-11-10Add editorconfig, whitespace highlighting to EmacsAdrian Kummerlaender
2020-11-03Disable auto-save for mail compositionAdrian Kummerlaender
2020-11-03Add todo keyword for talks and meetingsAdrian Kummerlaender
2020-10-31Use helm for jump-to-relatedAdrian Kummerlaender
2020-10-26Remove mu4e list headerAdrian Kummerlaender
2020-10-22Update org-mode TODO keywordsAdrian Kummerlaender
2020-10-12Add basic calendar entry capture templateAdrian Kummerlaender
2020-10-11Add calfw calendar setupAdrian Kummerlaender
Now this looks nice. Weirdly I did not manage to get face settings from inside my custom theme to apply, they were ignored in favour of the calfw defaults.
2020-10-09Improve zotero integration using zotxtAdrian Kummerlaender
2020-10-07Org config tweaksAdrian Kummerlaender
2020-10-05Do not open capture buffer for quoteless linksAdrian Kummerlaender
2020-10-04Enable org refiling to any agenda filesAdrian Kummerlaender
2020-10-04Basic helm-bibtex setupAdrian Kummerlaender
Together with better BibTeX Zotero plugin this allows for convenient access to my literature sources from anywhere in Emacs.
2020-10-04Enable custom image preview sizes in org modeAdrian Kummerlaender
2020-10-04Small colorscheme tweakAdrian Kummerlaender
2020-10-04Remove Thunderbird from environmentAdrian Kummerlaender
Fully switched to mu4e now. Should rethink the default application Nix config at some point.
2020-09-24Add shortcut for jumping to project bufferAdrian Kummerlaender
2020-09-24Setup basic org-protocol support for web capturingAdrian Kummerlaender
Using the "Org Capture" Firefox Extension.
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