title | linktitle | description | categories | keywords | menu | draft | toc | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
emacs |
emacs |
documentation for emacs |
|
|
false |
true |
because org mode is first exported and then tangled
‘commenting out’ a block has to be done with:
#+BEGIN_SRC elisp :tangle no :exports none
depends on implementation
nix flake lock --update-input emacsFlake
bud rebuild `hostname` switch
beu ### Bud-Emacs-Update bs ### Bud-Switch
nix flake lock --update-input emacs-overlay
nix flake update --override-input emacs-overlay github:nix-community/emacs-overlay/c04830e91ab27bb98f66d936f36137275804a6e3
https://github.com/nix-community/rnix-lsp/network/members
https://github.com/nix-community/emacs-overlay https://nixos.org/manual/nixpkgs/stable/#sec-emacs https://nixos.wiki/wiki/Emacs https://nixos.org/manual/nixos/stable/index.html#module-services-emacs https://www.emacswiki.org/emacs/GccEmacs
emacsOverlay.nix
version using emacsOverlay
configuration included in /etc/nixos
overlay is fixed in /etc/nixos/config/overlays/overlays.nix
use a new git-commit-hash to update emacs and packages
just let it run cf. dap-mode process emacs will show up in monitor lsp-dap 3h+
error: Unrecognized token on line 1727: ?•
(?- . ?•)
https://www.gnu.org/software/emacs/manual/html_node/elisp/Character-Type.html https://www.gnu.org/software/emacs/manual/html_node/elisp/General-Escape-Syntax.html The only issue is when you use unicode characters together with the char specifier ?. E.g. ?λ. When I either put the numeric representation of the char instead it worked, or wrapped the char in a string.
(org-superstar-item-bullet-alist
'(
;; (?- . ?•)
(?\u002D . ?\u2022)
;; (?+ . ?➤)
(?\u002B . ?\u27A4)
;; (?* . ?•)
(?\u002A . ?\u2022)
)
)
M-x
describe-char
- clone into
/etc/nixos/src/emacs/
- add required sources to
/etc/nixos/config/users/config/homemanager/emacs/default.nix
- import in
~/.emacs.d/global/packages-local.org
currently only elpa-Packages are available to emacsGcc ??