From 5c40dc9df14516e7e7e9fb0e2d585ee185563f4b Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 19 Jan 2020 19:45:53 +0100 Subject: [PATCH] Feat: Expanded the commit types and icons. --- .spacemacs | 6 +++--- display/packages.el | 16 +++++++++------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.spacemacs b/.spacemacs index 70d39ac..b81d618 100644 --- a/.spacemacs +++ b/.spacemacs @@ -42,8 +42,8 @@ This function should only modify configuration layer settings." better-defaults emacs-lisp git - ;;:helm - ivy + helm + ;ivy java ;;lsp ;;(java :variables java-backend 'lsp) @@ -84,7 +84,7 @@ This function should only modify configuration layer settings." dotspacemacs-additional-packages '( outshine helm - ;;ivy + ivy button-lock fixmee ) diff --git a/display/packages.el b/display/packages.el index f59dd6f..e956376 100644 --- a/display/packages.el +++ b/display/packages.el @@ -282,13 +282,15 @@ :after magit :config (progn - (pretty-magit "Chore" ? (:foreground "slate gray" :height 1.0 :family "FontAwesome")) - (pretty-magit "CI" ? (:foreground "slate gray" :height 1.0 :family "FontAwesome")) - (pretty-magit "Test" ?ï’’ (:foreground "slate gray" :height 1.0 :family "FontAwesome")) - (pretty-magit "Refactor" ?ï¢ (:foreground "slate gray" :height 1.0 :family "FontAwesome")) - (pretty-magit "Style" ? (:foreground "slate gray" :height 1.0 :family "FontAwesome")) - (pretty-magit "Build" ?ï‚ (:foreground "slate gray" :height 1.0 :family "FontAwesome")) - (pretty-magit "Perf" ?ï½ (:foreground "slate gray" :height 1.0 :family "FontAwesome")) + (pretty-magit "Release" ? (:foreground "gold" :height 1.0 :family "FontAwesome")) + (pretty-magit "Git" ? (:foreground "blue" :height 1.0 :family "FontAwesome")) + (pretty-magit "Chore" ? (:foreground "golden rod" :height 1.0 :family "FontAwesome")) + (pretty-magit "CI" ? (:foreground "green" :height 1.0 :family "FontAwesome")) + (pretty-magit "Test" ? (:foreground "magenta" :height 1.0 :family "FontAwesome")) + (pretty-magit "Refactor" ?ï¢ (:foreground "olive" :height 1.0 :family "FontAwesome")) + (pretty-magit "Style" ? (:foreground "purple" :height 1.0 :family "FontAwesome")) + (pretty-magit "Build" ?ï‚ (:foreground "silver" :height 1.0 :family "FontAwesome")) + (pretty-magit "Perf" ?ï½ (:foreground "red" :height 1.0 :family "FontAwesome")) (pretty-magit "Feat" ?ï• (:foreground "#375E97" :height 1.0 :family "FontAwesome")) (pretty-magit "Fix" ? (:foreground "#FB6542" :height 1.0 :family "FontAwesome")) (pretty-magit "Revert" ? (:foreground "#FFBB00" :height 1.0 :family "FontAwesome")) -- GitLab