this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' of github.com:ian-h-chamberlain/dotfiles

+5 -1
.config/yadm/alt/.ssh/known_hosts##class.personal

This is a binary file and will not be displayed.

+5 -1
.emacs.d/init.el
··· 39 39 '(delete-old-versions t) 40 40 '(desktop-path '("~/.emacs.d/")) 41 41 '(display-line-numbers-width-start t) 42 - '(epg-gpg-program "gpg") 43 42 '(evil-undo-system 'undo-redo) 44 43 '(evil-vsplit-window-right t) 45 44 '(evil-want-keybinding nil) ··· 113 112 ;; ---------------------------------------------------------------------- 114 113 ;; Directory for non-package (require) calls 115 114 (add-to-list 'load-path "~/.emacs.d/lisp/") 115 + 116 + ;; For macOS, we can use builtin Apple emoji to render unicode nicely 117 + (when (member "Apple Color Emoji" (font-family-list)) 118 + (set-fontset-font 119 + t 'symbol (font-spec :family "Apple Color Emoji") nil 'prepend)) 116 120 117 121 (require 'evil) 118 122 (evil-mode 1)
Library/Application Support/lghub/settings.db

This is a binary file and will not be displayed.