summary refs log tree commit diff
path: root/emacs/init.el
AgeCommit message (Collapse)Author
2025-02-16Update emacs bibliography management confignoa
2025-02-16Improve defun to insert date/timenoa
2025-02-16Move double space config into use-packagenoa
2025-02-16Clean up dired-du declarationnoa
2025-02-16Only enable goto-addr after-initnoa
2025-02-16Use-package for tooltip-modenoa
2025-02-16Lisp style parens for use-package use-packagenoa
2025-02-16Don't display help at point when idlenoa
Hovering the mouse does this, i don't need the extra interactivity
2025-02-16Don't select help window by defaultnoa
2025-02-16Fix flyspell variable typonoa
2025-02-16Use flyspell and writegood for prosenoa
2025-02-16Have two lines of context instead of one at screen edgesnoa
2025-02-16Relocate precision scrolling configurationnoa
2025-02-16Use no-littering to keep emacs directory tidynoa
2025-02-16Enable minibuffer depth indication after-initnoa
2025-02-16Remove garbage collector magic hacknoa
2025-02-16Update use-package to support imenunoa
2025-02-16Enable auto-save-mode after-initnoa
2025-02-08Only set emoji fonts in graphical emacsnoa
2025-02-08Don't disable the already disabled gui barsnoa
They are disabled in early init via frame rules.
2025-02-08Remove unused configuration for fixed-pitch-modenoa
2025-02-08Use sans instead of serif variable fontnoa
2025-02-08Configure visual-fill-column for debian packagenoa
Get visual-fill-column from debian package repository instead of elpa. This version doesn't (yet) have visual-line-fill-column-mode, so we add a hook for the underlying visual-line-mode.
2025-01-13More disabling invasive org bindingsnoa
2025-01-13Don't speed up echo of keystrokenoa
2025-01-13Remove show-paren-mode config as mode is enabled by defaultnoa
2025-01-12Add some extra org mode settingsnoa
2025-01-12Use mood-line to make mode line cleanernoa
2025-01-12Remove custom agenda commandnoa
2025-01-11Don't enable dictionary-tooltip-modenoa
2025-01-11Remove unused windmove blocknoa
2025-01-11Remove autosave hooks that duplicate super-save functionalitynoa
2025-01-11Enable flymakenoa
2025-01-11Global eldoc mode is already enabled by defaultnoa
2025-01-11Remove unnecessary intangible minibuffer cursor confignoa
2025-01-10Use menu key (caps lock) to interface with notesnoa
2025-01-10Give up on isearch-mbnoa
2025-01-10Give up on standardised keybindingsnoa
2025-01-10Remove webjump and update hyperspacenoa
2025-01-10Don't show garbage collection messagesnoa
2025-01-10Add some org note configurationnoa
Support for inline-anki and org-node
2025-01-10Remove specific variable pitch transient confignoa
2025-01-10Replace fixed-pitch-mode with variable-pitch-modenoa
It's sadly an uphill battle to keep having to add exceptions to fixed-pitch-mode, so instead i think i'll just default to having text and code in variable pitch and all the other stuff can just stay fixed like it apparently wants to be.
2024-12-26Make some changes to bibliography setupnoa
2024-12-26Use external package for more robust autosavingnoa
2024-12-26Ensure inline images aren't too large in markdownnoa
2024-12-26Enable qr code generation from emacsnoa
2024-11-15Bind ctrlj search to <f2>noa
2024-11-15Remove commented load-path additionsnoa
2024-11-15Properly configure pdf-toolsnoa