Changeset 254aa1d in dotfiles for emacs/.emacs.d/.emacs-config.org


Ignore:
Timestamp:
Aug 5, 2024, 6:53:43 AM (3 months ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
fe2941b
Parents:
7bfb563
git-author:
Mikhail Kirillov <w96k@…> (08/05/24 06:33:27)
git-committer:
Mikhail Kirillov <w96k@…> (08/05/24 06:53:43)
Message:

Massively update guix home

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/.emacs.d/.emacs-config.org

    r7bfb563 r254aa1d  
    217217#+end_src
    218218
    219 * Инициализация
    220 Следующие блоки кода выводят в файл early-init.el
    221 ** Компиляция
    222 JIT компиляция elisp кода в машинный
    223 #+begin_src elisp :tangle nil
    224   (when (eq window-system 'pgtk)
    225     (pgtk-use-im-context t))
    226 
    227   (when (fboundp 'native-compile-async)
    228       (setq comp-async-compilation t
    229         package-native-compile t
    230 
    231         native-comp-speed 2
    232         native-comp-async-jobs-number 1
    233         comp-num-cpus 2
    234         ;; JIT Compilation
    235         native-comp-deferred-compilation t
    236         ;; AOT Compilation
    237         package-native-compile t
    238         comp-async-report-warnings-errors nil))
    239 #+end_src
    240 
    241219*** Ручная компиляция
    242220#+begin_src elisp :tangle nil :results nil
     
    438416приходилось танглить вручную.
    439417#+BEGIN_SRC emacs-lisp :tangle init.el
    440   (setq config-dotfiles-path "~/projects/dotfiles/emacs/.emacs.d/"
     418  (setq config-dotfiles-path "/home/w96k/projects/dotfiles/emacs/.emacs.d/"
    441419        config-path "~/.emacs.d/"
    442420        config-name ".emacs-config.org")
     
    11961174  (setq org-todo-keywords
    11971175        (quote ((sequence "TODO(t)"
    1198                           "MIGRATE(m)" "|"
     1176                          "MIGRATE(m)"
    11991177                          "IN PROGRESS(p)"
    12001178                          "DONE(d)")
     
    13101288          mastodon-instance-url "https://fosstodon.org/"))
    13111289#+end_src
     1290
     1291** LLM
     1292#+begin_src emacs-lisp
     1293
     1294#+end_src
     1295
    13121296
    13131297* Наука
Note: See TracChangeset for help on using the changeset viewer.