1
0
Fork
You've already forked emacs
0
No description
  • Emacs Lisp 91.3%
  • Scheme 7.2%
  • Makefile 0.9%
  • YASnippet 0.4%
  • Shell 0.2%
Find a file
2026年06月19日 13:59:57 -04:00
bin upd 2026年05月26日 09:31:59 -04:00
images upd 2026年05月02日 13:28:36 -04:00
lisp init 2026年06月19日 13:59:57 -04:00
lsp-bridge init 2026年03月15日 12:06:56 +01:00
notebooks add stricker gc 2026年06月16日 09:38:29 -04:00
site-lisp add stricker gc 2026年06月16日 09:38:29 -04:00
snippets/scheme-mode add snippets support + init guix snippets 2026年01月05日 11:00:04 -05:00
.dir-locals.el clean 2026年05月09日 13:32:15 -04:00
.gitignore upd 2026年05月13日 19:34:20 -04:00
channels-lock.scm upd 2026年06月19日 09:12:25 -04:00
channels.scm v1 2026年05月31日 14:10:46 -04:00
early-init.el upd 2026年06月15日 09:56:56 -04:00
init.el upd 2026年06月19日 09:12:25 -04:00
k8x1d-emacs.desktop init 2026年05月27日 12:14:47 -04:00
Makefile add basic set-up 2026年05月31日 09:06:24 -04:00
manifest.scm upd 2026年06月19日 09:12:25 -04:00
README.org màj 2026年05月08日 18:31:04 -04:00

K8X1D's Emacs configuration

TODO Description

Management

Installation

make install

Add binaries to profile

# Add emacs profiles to guix profiles 
GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles
PROJECT_NAME=emacs
EMACS_PROFILE=$GUIX_EXTRA_PROFILES/$PROJECT_NAME/$PROJECT_NAME
GUIX_PROFILE="$EMACS_PROFILE"
. "$GUIX_PROFILE"/etc/profile

Add deskop entries and icons to local :

mkdir -p ~/.local/share/applications
mkdir -p ~/.local/share/icons
ln -s ~/.guix-extra-profiles/emacs/emacs/share/applications/* ~/.local/share/applications/
ln -s ~/.guix-extra-profiles/emacs/emacs/share/icons/* ~/.local/share/icons/

To ensure access from everywhere, add to general profile

cp etc/profile.d/emacs-guix-profile.sh /etc/profile.d/

Updating

make update

Upgrading

make upgrade

TODO Features

Inspirations

License

The text used for the project is licensed under the terms of the CC BY-NC-SA (4.0).

The code used for the project is licensed under the terms of the GPLv3.