summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bind "C-c f p" to find-file-at-pointAmin Bandali2021-05-151-0/+1
|
* various small email-related tweaksAmin Bandali2021-05-151-1/+1
|
* experiment with using the default emacs completion systemAmin Bandali2021-05-151-10/+14
|
* remove some long-unused vestigial bits and piecesAmin Bandali2021-05-151-46/+0
|
* migrate from msmtp (external) to emacs's own smtpmailAmin Bandali2021-05-151-5/+0
| | | | todo: see if it's possible to pin cert fingerprints as with msmtp
* migrate from ebdb to a simple ~/.mailrcAmin Bandali2021-05-151-3/+1
| | | | | also automatically expand aliases when going to the next line or jumping to the end of buffer in message-mode.
* Update ERC setupAmin Bandali2021-04-111-1/+1
| | | | | | | I'm not using ZNC anymore. Also, use client certificates for authentication with the networks. Also bump copyright years.
* Customize mode-line faces only in graphical environmentsAmin Bandali2021-04-071-9/+10
|
* Many uncommitted changesAmin Bandali2021-03-131-140/+127
|
* A few accumulated changesAmin Bandali2020-11-221-3/+31
|
* Remove (unused) magit configAmin Bandali2020-11-221-2/+0
|
* Remove ivy, related packages, and my configs for itAmin Bandali2020-11-221-14/+1
|
* A few small uncommitted changesAmin Bandali2020-10-201-1/+1
|
* Some adaptations for my current EXWM setupAmin Bandali2020-10-121-10/+0
|
* Switch to EXWMAmin Bandali2020-10-121-6/+8
| | | | (langa runs Parabola GNU/Linux-libre)
* Add expand-region to `package-load-list'Amin Bandali2020-10-071-0/+1
|
* Move GNU Emacs configs from ./ into .emacs.d/Amin Bandali2020-10-051-0/+1031
| | | | | | I will be using the repository to store my configurations for other non-Emacs pieces of software. The repository itself will be located at ~/ rather than ~/.emacs.d/.
* move emacs files from .emacs.d to .Amin Bandali2020-04-111-2557/+0
| | | | this repository's root will be ~/.emacs.d (again) from now on
* emacs/eshell: restore mistakenly deleted custom eshell promptAmin Bandali2020-04-111-0/+15
|
* emacs: delete many unused and/or disabled packagesAmin Bandali2020-04-111-238/+2
| | | | | | | | | including: - exec-path-from-shell: does not seem necessary anymore - web-mode: i use the built-in mhtml-mode now - java-related things - bbdb: i've been using ebdb and happy with it
* emacs: try setting a smaller gc-cons-threshold initiallyAmin Bandali2020-04-101-1/+1
| | | | doesn't seem to have an adverse effect on emacs-init-time
* scattered updatesAmin Bandali2020-03-311-2/+3
|
* guix,getmail,emacs: update username and mail addressAmin Bandali2020-03-231-2/+2
|
* emacs: erc: remove moznet; ripAmin Bandali2020-03-191-2/+0
|
* update gnu addressAmin Bandali2020-03-191-7/+7
|
* msmtp: update fp tls fingerprint, emacs: minor tweaksAmin Bandali2020-03-131-6/+5
|
* emacs: add current exwm workspace number to mode-lineAmin Bandali2020-03-131-1/+10
|
* emacs: add binding for guix-patches debbugsAmin Bandali2020-02-061-4/+9
|
* emacs: use emacs's own mhtml-mode rather than web-mode, disable typoAmin Bandali2020-02-061-10/+9
|
* emacs: add binding for eww, and only use typo-mode in web-modeAmin Bandali2020-02-011-2/+2
|
* emacs: time: drop comma between day and hour in display-time-formatAmin Bandali2020-01-291-1/+1
|
* emacs: smart-mode-line: don't make fixed-width fillsAmin Bandali2020-01-271-0/+2
| | | | | | | this bothered me forever. it's *super* annoying on low-resolution screens, especially with horizontal splits (side by side) where the effective width of the mode-line for each window is considerably smaller than the display's width
* emacs: tweak some bindingsAmin Bandali2020-01-271-4/+4
|
* emacs: set eww-download-directory to $XDG_DOWNLOAD_DIRAmin Bandali2020-01-271-1/+7
|
* emacs: exwm: i use icecat nowAmin Bandali2020-01-261-1/+1
|
* emacs: make my theme change functions more robustAmin Bandali2020-01-261-2/+4
| | | | only call sml/apply-theme if smart-mode-line is available
* exwm: swap out amixer for pamixer, at least for the time beingAmin Bandali2020-01-261-3/+3
|
* switch to exwm on chamanAmin Bandali2020-01-251-1/+1
|
* emacs: improve compat for (version< "27" emacs-version0Amin Bandali2020-01-231-3/+8
| | | | | | - eshell: it seems that eshell-hist-mode-map is new in 27 - mm-uu: :extend is new in 27. trying to use it pre 27 causes severe breakage of ERC among other things
* emacs: add back my znc forkAmin Bandali2020-01-231-16/+15
| | | | emacs-znc-git is from my guix-mab channel
* emacs: gnus: update csc signatureAmin Bandali2020-01-211-1/+1
| | | | i'm sysadmin this term
* emacs: magit: looks for repos in direct subdirs of ~/src/git/ tooAmin Bandali2020-01-211-1/+1
| | | | e.g. ~/src/git/emacs/emacs-27 will now be discovered
* emacs: use custom function for killing current bufferAmin Bandali2020-01-211-1/+7
|
* emacs: erc: enable smiley moduleAmin Bandali2020-01-211-0/+1
|
* emacs: gnus: add Organization: GNU when sending from gnu addressAmin Bandali2020-01-211-0/+2
|
* update gnu addressAmin Bandali2020-01-211-6/+6
|
* update urlAmin Bandali2020-01-211-1/+1
|
* emacs,gnupg: use emacs for pinentry againAmin Bandali2020-01-081-0/+14
|
* emacs,guix: port init.el over to guixAmin Bandali2020-01-081-261/+168
| | | | | | | | | TODO: consider writing guix package definitions for these: - alloy-mode - george-mode - org-pdftools - oddmuse-curl - znc.el (my fork)
* emacs: typo: disable for git-commit-modeAmin Bandali2020-01-051-1/+1
|