Changeset 7c65a3f in dotfiles
- Timestamp:
- Jan 7, 2020, 7:06:00 AM (5 years ago)
- Branches:
- master
- Children:
- 4eeec4b
- Parents:
- 42ee519
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emacs/.emacs
r42ee519 r7c65a3f 73 73 :config (load-theme 'sanityinc-tomorrow-eighties t)) 74 74 75 ;;; Doom modeline 76 (use-package doom-modeline 77 :config 78 (setq doom-modeline-height 0.95) 79 (set-face-attribute 'mode-line nil :height 95) 80 (set-face-attribute 'mode-line-inactive nil :height 100) 81 (setq doom-modeline-indent-info t 82 doom-modeline-lsp t 83 doom-modeline-env-version t 84 column-number-mode t 85 line-number-mode t) 86 :hook (after-init . doom-modeline-mode)) 75 ;;; Mood modeline 76 (use-package mood-line 77 :config 78 (mood-line-mode)) 87 79 88 80 ;;; Org-mode … … 117 109 <a href=\"/\" class=\"logo\">@w96k</a> 118 110 <a class=\"button\" href=\"/about.html\">Обо мне</a> 119 <a class=\"button\" href=\"https://github.com/w96k/cv/raw/master/cv.pdf\">CV</a> 120 <a class=\"button\" href=\"/feed.xml\"><span class=\"icon-rss\"></span></a> 111 <a class=\"button\" href=\"/cv.html\">CV</a> 121 112 </header>" 122 113 … … 130 121 :html-postamble " 131 122 <div class=\"row\"> 132 <div class=\"col-sm \">123 <div class=\"col-sm-12 col-md-4\"> 133 124 <p class=\"licenses\"> 134 125 <a href=\"https://creativecommons.org/licenses/by/4.0/\"> 135 <img alt=\"Лицензия Creative Commons\" src=\" https://i.creativecommons.org/l/by/4.0/88x31.png\" />136 126 <img alt=\"Лицензия Creative Commons\" src=\"/public/images/cc.png\" /> 127 </a> 137 128 <a href=\"https://www.gnu.org/licenses/gpl-3.0.txt\"> 138 129 <img src=\"/public/images/gpl.png\"> … … 141 132 </div> 142 133 143 <div class=\"col-sm\" align=\"center\"> 144 <p>© 2020 Mikhail Kirillov</p> 145 <p><a href=\"https://git.sr.ht/~w96k/blog\">Исходный код</a></p> 134 <div id=\"copyright\" class=\"col-sm-12 col-md-4\"> 135 <p>© 2020 <i>Mikhail Kirillov</i></p> 136 <p> 137 Сайт работает в <a href=\"https://anybrowser.org/campaign/\">любом браузере</a> 138 </p> 146 139 </div> 147 140 148 <div class=\"col-sm \" align=\"right\">141 <div class=\"col-sm-12 col-md-4\" id=\"meta\"> 149 142 <p><span class=\"icon-settings\"></span> %c</p> 150 143 <p><span class=\"icon-calendar\"></span> %C</p> … … 165 158 166 159 :section-numbers nil 167 ;;:with-sub-superscript nil ;; important!!160 :with-sub-superscript nil 168 161 169 162 ;; sitemap - list of blog articles … … 443 436 (use-package cider) 444 437 438 ;;;; Emacs Lisp Helping Libraries 439 (use-package s) 440 445 441 ;;;; MISC 446 442 … … 728 724 729 725 ;; (global-set-key [(control ?h)] 'delete-backward-char) 730 (custom-set-variables731 ;; custom-set-variables was added by Custom.732 ;; If you edit it by hand, you could mess it up, so be careful.733 ;; Your init file should contain only one such instance.734 ;; If there is more than one, they won't work right.735 '(company-idle-delay 0.1)736 '(company-minimum-prefix-length 1)737 '(company-require-match nil)738 '(company-tooltip-align-annotation t t)739 '(package-selected-packages740 (quote741 (simple-httpd web-server ox-twbst ox-twbs org-mode yasnippet-snippets whitespace-cleanup-mode web-mode w3m vue-mode volume use-package-ensure-system-package undo-tree twittering-mode tide theme-magic telega symon sudoku sudo-edit smart-mode-line sed-mode rjsx-mode rinari restclient restart-emacs rainbow-delimiters quelpa-use-package projectile prettier-js powerline pinentry php-mode peep-dired pdf-tools paredit paradox ox-hugo org-pomodoro org-mime org-journal org-bullets nodejs-repl mwim muse moody matrix-client magithub magit-gitflow lsp-ui leerzeichen ledger-mode keycast kaolin-themes ivy-hydra intero highlight-indent-guides hackernews guru-mode git-gutter git-gutter+ frameshot forge flymd flycheck-lilypond fic-mode exwm exec-path-from-shell eslint-fix epresent emojify elpy editorconfig edit-server dumb-jump doom-modeline dockerfile-mode docker disable-mouse dired-sidebar diminish debbugs dashboard dap-mode counsel company-lsp command-log-mode column-enforce-mode color-theme-sanityinc-tomorrow cider benchmark-init all-the-icons-dired aggressive-indent ag))))742 (custom-set-faces743 ;; custom-set-faces was added by Custom.744 ;; If you edit it by hand, you could mess it up, so be careful.745 ;; Your init file should contain only one such instance.746 ;; If there is more than one, they won't work right.747 )
Note:
See TracChangeset
for help on using the changeset viewer.