Changeset 7c65a3f in dotfiles


Ignore:
Timestamp:
Jan 7, 2020, 7:06:00 AM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
4eeec4b
Parents:
42ee519
Message:

Switch doom-modeline to mood-line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/.emacs

    r42ee519 r7c65a3f  
    7373  :config (load-theme 'sanityinc-tomorrow-eighties t))
    7474
    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))
    8779
    8880;;; Org-mode
     
    117109<a href=\"/\" class=\"logo\">@w96k</a>
    118110<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>
    121112</header>"
    122113
     
    130121           :html-postamble "
    131122  <div class=\"row\">
    132     <div class=\"col-sm\">
     123    <div class=\"col-sm-12 col-md-4\">
    133124      <p class=\"licenses\">
    134125        <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         </a>
     126          <img alt=\"Лицензия Creative Commons\" src=\"/public/images/cc.png\" />
     127</a>
    137128        <a href=\"https://www.gnu.org/licenses/gpl-3.0.txt\">
    138129          <img src=\"/public/images/gpl.png\">
     
    141132    </div>
    142133
    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>
    146139    </div>
    147140
    148     <div class=\"col-sm\" align=\"right\">
     141    <div class=\"col-sm-12 col-md-4\" id=\"meta\">
    149142      <p><span class=\"icon-settings\"></span> %c</p>
    150143      <p><span class=\"icon-calendar\"></span> %C</p>
     
    165158
    166159           :section-numbers nil
    167            ;;:with-sub-superscript nil ;; important!!
     160           :with-sub-superscript nil
    168161
    169162           ;; sitemap - list of blog articles
     
    443436(use-package cider)
    444437
     438;;;; Emacs Lisp Helping Libraries
     439(use-package s)
     440
    445441;;;; MISC
    446442
     
    728724
    729725;; (global-set-key [(control ?h)] 'delete-backward-char)
    730 (custom-set-variables
    731  ;; 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-packages
    740    (quote
    741     (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-faces
    743  ;; 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.