dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit bb241e9a2c5ebe76a2e53432dee05c67f31b6441
parent c02f0db2bd1873af726bdbfe62b7332db7b84cd6
Author: Ashymad <czilukim@o2.pl>
Date:   Fri,  9 Mar 2018 23:37:13 +0100

Use monofur Nerd Font

Diffstat:
Mastroid/.config/astroid/config | 4++--
Memacs/.emacs.d/init.el | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/astroid/.config/astroid/config b/astroid/.config/astroid/config @@ -13,13 +13,13 @@ }, "terminal": { "height": "10", - "font_description": "default" + "font_description": "Monofur Nerd Font" }, "thread_index": { "page_jump_rows": "6", "sort_order": "newest", "cell": { - "font_description": "Monofur 14", + "font_description": "Monofur Nerd Font 14", "line_spacing": "2", "date_length": "10", "message_count_length": "4", diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el @@ -141,7 +141,7 @@ ("f142c876b896c6ca19149cacd80ddd68a351f67f7fe3b786274ceee970276780" default))) '(package-selected-packages (quote - (use-package rainbow-delimiters zerodark-theme wc-mode flyspell-lazy ess markdown-mode async auctex evil-magit magit evil ## paradox))) + (hy-mode slime slime-company use-package rainbow-delimiters zerodark-theme wc-mode flyspell-lazy ess markdown-mode async auctex evil-magit magit evil ## paradox))) '(paradox-github-token t) '(tool-bar-mode nil)) (custom-set-faces @@ -149,4 +149,4 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(default ((t (:family "monofur" :foundry "unknown" :slant normal :weight normal :height 151 :width normal))))) + '(default ((t (:family "Monofur Nerd Font Mono" :foundry "unci" :slant normal :weight normal :height 158 :width normal)))))