Changeset 4deaed7 in dotfiles


Ignore:
Timestamp:
Oct 7, 2022, 12:06:17 PM (2 years ago)
Author:
w96k <w96k.ru@…>
Branches:
master
Children:
805d49d
Parents:
70ccdca
Message:

Add packages to non-guix emacs config

File:
1 edited

Legend:

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

    r70ccdca r4deaed7  
    186186          (package-install 'which-key)
    187187          (package-install 'reverse-im)
     188          (package-install 'imenu-list)
     189          (package-install 'isearch-mb)
     190          (package-install 'visual-fill-column)
     191          (package-install 'browse-kill-ring)
     192          (package-install 'corfu)
     193          (package-install 'corfu-doc)
     194          (package-install 'inf-ruby)
     195          (package-install 'yaml-mode)
    188196          (package-install 'restclient))))
    189197#+end_src
     
    305313   '(default ((t (:height 145 :family "DejaVu Sans Mono" :embolden t))))
    306314   '(region ((t (:background "gray88"))))
    307    '(mode-line ((t (:background "grey80" :foreground "grey10"))))
     315   '(mode-line ((t (:background "grey70" :foreground "grey10"))))
    308316   '(mode-line-inactive ((t (:inherit mode-line :background "grey90" :foreground "grey20" :box (:line-width (-2 . -2) :color "grey85") :weight light))))
    309317   '(mode-line-buffer-id ((t (:weight bold))))
     
    10651073** Scheme
    10661074#+BEGIN_SRC emacs-lisp :tangle init.el
    1067   ;; (setq geiser-active-implementations '("guile"))
     1075  (setq geiser-active-implementations '("guile"))
    10681076#+END_SRC
    10691077
     
    12181226      ("u" "Install" phpactor-install-or-update)]])
    12191227#+end_src
    1220 
    1221 *** Интеграция с Semantic и EDE
    1222 #+BEGIN_SRC emacs-lisp :tangle init.el
    1223 
    1224 #+END_SRC
    12251228* Языки декларирования
    12261229** SQL
Note: See TracChangeset for help on using the changeset viewer.