summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-08-23use -Z flag for "ls" for dired to show selinux labelsHEADmasterJohn Turner
2025-08-22dont disable arrow keys (useful for emacs on phone)John Turner
2025-08-22only disable scroll-bar-mode when running in GUI modeJohn Turner
2025-08-22optionally require site-gentooJohn Turner
2025-08-16Add 'lisp/cil-mode/' from commit 'f24d553c1c07448fee69caf405f7aa155afa883d'John Turner
git-subtree-dir: lisp/cil-mode git-subtree-mainline: ac196059a5be8ca827c9908485c902d7d00f08ac git-subtree-split: f24d553c1c07448fee69caf405f7aa155afa883d
2025-08-12create custom indent functionJohn Turner
The custom indent function indents a base value with the result of (syntax-ppss), which is the current nesting level of the expression at point.
2025-08-12add use-package for cil-modeJohn Turner
2025-08-12initJohn Turner
2025-07-12add use-package for wgsl-ts-modeJohn Turner
2025-07-12run GC when frame loses focusJohn Turner
2025-07-12rebind C-x k to kill-current-bufferJohn Turner
2025-07-12remove code related to stderr-buffer (stderr goes to a file, not a buffer)John Turner
2025-07-12add use-package for wgetpaste.elJohn Turner
2025-07-12set eglot event buffer size to unlimitedJohn Turner
2025-07-12add native-compile-target-directory to native-comp-eln-load-pathJohn Turner
2025-07-12add c++-clangd-dir-locals.elJohn Turner
2024-03-10call-process-region outputs stderr to a file, not a bufferJohn Turner
2024-03-10Merge commit 'cd9fe0a19a5fd5426f21bcc44313afbb56df9f32' as 'lisp/wgetpaste'John Turner
2024-03-10Squashed 'lisp/wgetpaste/' content from commit 1113a01John Turner
git-subtree-dir: lisp/wgetpaste git-subtree-split: 1113a017828dbcacb635f337a20298c72989dacd
2024-03-10init: configure user-mail-addressJohn Turner
2024-03-10init: set GC threshold to 8MBJohn Turner
2024-03-10init: set custom-file to /dev/nullJohn Turner
2024-03-10packages/nasm-mode: override nasm-mode comment behaviourJohn Turner
2024-03-10rewrite fmt.el to use call-process-region and other changesJohn Turner
2024-03-10new c++ dir-localsJohn Turner
2024-03-10new python dir-localsJohn Turner
2024-03-10new use-package for companyJohn Turner
2024-03-10create rust-dir-locals.el to replace eglot-rust-dir-locals.elJohn Turner
2024-02-05lisp/packages: add flycheck-nasm to package listJohn Turner
2024-02-05lisp/flycheck-nasm: create flycheck checker for NASMJohn Turner
2024-02-05packages/nasm-mode: create use-package exprJohn Turner
2024-02-05packages/flycheck: set mypy cache dir to ~/.cacheJohn Turner
2023-11-20message instead of error when treesit parser not availableJohn Turner
2023-11-20setup flycheck to use best-side-window for displaying errorsJohn Turner
2023-11-20disable auto-save-modeJohn Turner
2023-11-04configure some libraries to use xdg directories to store stateJohn Turner
2023-10-23create library fmtJohn Turner
2023-10-23create use-package expression for diredJohn Turner
2023-10-23fix whitespace insertionJohn Turner
2023-10-23use user-full-name as default value for license-boilerplate-copyright-authorJohn Turner
2023-10-23set user-full-nameJohn Turner
2023-10-23remove clang-format libraryJohn Turner
2023-09-25create lisp library clang-formatJohn Turner
2023-09-25set license-boilerplate-copyright-author variableJohn Turner
2023-09-25new use-package for c-ts-modeJohn Turner
2023-09-25conditionally configure treesitter modes if their parsers are availJohn Turner
2023-09-25typoJohn Turner
2023-09-12fix syntaxJohn Turner
2023-09-12create package sh-scriptJohn Turner
2023-09-12create package ebuild-modeJohn Turner