瀏覽代碼

Update #emacs achievements file

Colin Powell 5 年之前
父節點
當前提交
007bfb43dc
共有 3 個文件被更改,包括 16 次插入0 次删除
  1. 14 0
      emacs/.config/doom/init.el
  2. 1 0
      emacs/.emacs.d/.achievements
  3. 1 0
      qutebrowser/.config/qutebrowser/config.py

+ 14 - 0
emacs/.config/doom/init.el

@@ -176,3 +176,17 @@
        ;; provides a Spacemacs-inspired keybinding scheme and a smartparens
        ;; config. Use it as a reference for your own modules.
        (default +bindings +smartparens))
+(custom-set-variables
+ ;; custom-set-variables was added by Custom.
+ ;; 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.
+ '(custom-safe-themes
+   (quote
+    ("cdb3e7a8864cede434b168c9a060bf853eeb5b3f9f758310d2a2e23be41a24ae" "70cc30fd9d27a8d0d3ae82974ac2c409fd2cd5746470e2246778c6bec2d4857c" "5e96177f8bd6762e3f167fb7f5b6199fbff81704f654c66c772cd326d4fb78e3" "2878517f049b28342d7a360fd3f4b227086c4be8f8409f32e0f234d129cee925" "f30aded97e67a487d30f38a1ac48eddb49fdb06ac01ebeaff39439997cbdd869" default))))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; 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.
+ )

文件差異過大導致無法顯示
+ 1 - 0
emacs/.emacs.d/.achievements


+ 1 - 0
qutebrowser/.config/qutebrowser/config.py

@@ -7,6 +7,7 @@ c.url.searchengines = {
     "b": "https://www.beeradvocate.com/search/?q={}&qt=beer",
     "m": "https://www.openstreetmap.com/search?query={}",
     "k": "https://b-ok.cc/s/?q={}",
+    "p": "https://thepirateboat.info/s/?q={}",
 }
 
 c.messages.timeout = 5000

部分文件因文件數量過多而無法顯示