From: PHO Date: Sat, 4 Sep 2021 09:41:55 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=fa41c89f068cab05bc08284fea74694d8e414485 Auto commit by The Sugar System. --- diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 8f200fc..1d149ce 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -779,6 +779,7 @@ Will prompt you shell name when you type `C-u' before this command." t) '(diff-added ((t (:inherit diff-changed :foreground "medium spring green" :weight extra-bold)))) '(diff-removed ((t (:foreground "gold3" :weight extra-bold)))) '(flyspell-incorrect ((t (:foreground "OrangeRed" :overline t)))) + '(font-lock-function-name-face ((t (:foreground "light steel blue" :weight bold)))) '(jaspace-highlight-tab-face ((((class color) (background dark)) (:foreground "gray70" :underline t)))) '(navi2ch-bm-new-unread-face ((t (:foreground "PaleGreen" :weight bold)))) '(navi2ch-bm-updated-cache-face ((t (:foreground "CornflowerBlue" :weight bold)))) diff --git a/dot-files/_gitconfig b/dot-files/_gitconfig index 33e3760..015551f 100644 --- a/dot-files/_gitconfig +++ b/dot-files/_gitconfig @@ -26,3 +26,5 @@ default = simple [pull] rebase = true +[init] + defaultBranch = master