aboutsummaryrefslogtreecommitdiff
path: root/gui/emacs.nix
AgeCommit message (Collapse)Author
2021-02-22Update emacsAdrian Kummerlaender
Precompiling native code now seems to work.
2021-01-31Fix inclusion of pandoc into the emacs environmentAdrian Kummerlaender
This ought to be easier
2021-01-22Add pocket-reader to emacsAdrian Kummerlaender
Nice workflow with org-web-tools-read-url-as-org
2020-11-14Add auctexAdrian Kummerlaender
2020-09-24Setup basic org-protocol support for web capturingAdrian Kummerlaender
Using the "Org Capture" Firefox Extension.
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-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-07-12Setup org-roamAdrian Kummerlaender
2020-06-24Update mu4e mail setupAdrian Kummerlaender
2020-06-23Basic eMail setup using home-manager account system and mu4eAdrian Kummerlaender
2020-06-22Fix for upstream change to emacs daemon serviceAdrian Kummerlaender
My emacs config is currently impure as it implicitly depends on the user environment.
2020-06-22Setup emacs daemon and clientAdrian Kummerlaender
It seems like I finally got my setup to a state where Emacs is there to stay.
2020-06-16Add missing icon font for EmacsAdrian Kummerlaender
2020-06-11Setup automatic tag updating in EmacsAdrian Kummerlaender
Sadly counsel-etags did not find universal-ctags in my PATH so some custom setup in Nix home-manager was required.
2020-06-10Enable inline LaTeX previews in OrgmodeAdrian Kummerlaender
2020-06-07Add basic port of my custom colorscheme to EmacsAdrian Kummerlaender
2020-06-03Taking another run at using Orgmode for note takingAdrian Kummerlaender
2020-06-02Revert "Switch back to vim for note taking"Adrian Kummerlaender
This reverts commit fdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5.
2020-04-20Switch back to vim for note takingAdrian Kummerlaender
More convenient than getting into Emacs just for this
2020-02-25Add basic Emacs configAdrian Kummerlaender
2020-02-23Add basic Emacs+Evil+Orgmode configAdrian Kummerlaender