aboutsummaryrefslogtreecommitdiff
path: root/gui/emacs.nix
AgeCommit message (Collapse)Author
2023-12-08Update to 23.11Adrian Kummerlaender
2023-08-31Switch to a more stable emacs setup, rollback mu4e updateAdrian Kummerlaender
2023-08-28UpdateAdrian Kummerlaender
2023-06-05UpdateAdrian Kummerlaender
2022-12-04Increase org protocol shortcut verbosityAdrian Kummerlaender
2022-07-15Update to 22.05Adrian Kummerlaender
2022-02-01Provide full texlive environment for emacsAdrian Kummerlaender
This way no fumbling is required for arbitrary org PDF exports.
2022-01-14Mitigate weird symbol display issueAdrian Kummerlaender
2021-10-23Use org 9.5 and org-contribAdrian Kummerlaender
I am unsure where the org-202109… org version comes from, filtering the load-path in elisp is a hacky workaround to remove it.
2021-10-17UpdateAdrian Kummerlaender
2021-09-20Use Iosevka Aile / Etoile as non-fixed fonts in EmacsAdrian Kummerlaender
2021-09-01Fix emacs config source to storeAdrian Kummerlaender
2021-08-18Flakeify home configAdrian Kummerlaender
Use nix flakes instead of niv for pinning dependency channels. First step towards merging my "nixos-system" and "nixos-home" configs into a single trivially reproducible flake setup. Apply home config via: > nix build .#homeManagerConfigurations.common.activationPackage --impure > ./result/activate
2021-06-15Add basic org-ref setupAdrian Kummerlaender
2021-05-17Add gnuplot to emacs environmentAdrian Kummerlaender
2021-04-29Update, switch to emacs masterAdrian Kummerlaender
2021-03-18UpdateAdrian Kummerlaender
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