Changeset 4deaed7 in dotfiles
- Timestamp:
- Oct 7, 2022, 12:06:17 PM (2 years ago)
- Branches:
- master
- Children:
- 805d49d
- Parents:
- 70ccdca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emacs/.emacs.d/.emacs-config.org
r70ccdca r4deaed7 186 186 (package-install 'which-key) 187 187 (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) 188 196 (package-install 'restclient)))) 189 197 #+end_src … … 305 313 '(default ((t (:height 145 :family "DejaVu Sans Mono" :embolden t)))) 306 314 '(region ((t (:background "gray88")))) 307 '(mode-line ((t (:background "grey 80" :foreground "grey10"))))315 '(mode-line ((t (:background "grey70" :foreground "grey10")))) 308 316 '(mode-line-inactive ((t (:inherit mode-line :background "grey90" :foreground "grey20" :box (:line-width (-2 . -2) :color "grey85") :weight light)))) 309 317 '(mode-line-buffer-id ((t (:weight bold)))) … … 1065 1073 ** Scheme 1066 1074 #+BEGIN_SRC emacs-lisp :tangle init.el 1067 ;;(setq geiser-active-implementations '("guile"))1075 (setq geiser-active-implementations '("guile")) 1068 1076 #+END_SRC 1069 1077 … … 1218 1226 ("u" "Install" phpactor-install-or-update)]]) 1219 1227 #+end_src 1220 1221 *** Интеграция с Semantic и EDE1222 #+BEGIN_SRC emacs-lisp :tangle init.el1223 1224 #+END_SRC1225 1228 * Языки декларирования 1226 1229 ** SQL
Note:
See TracChangeset
for help on using the changeset viewer.