summary refs log tree commit diff stats
path: root/.doom.d
diff options
context:
space:
mode:
Diffstat (limited to '.doom.d')
-rw-r--r--.doom.d/config.el4
-rw-r--r--.doom.d/init.el2
-rw-r--r--.doom.d/packages.el2
3 files changed, 6 insertions, 2 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el
index ffa7fe2..1526ef4 100644
--- a/.doom.d/config.el
+++ b/.doom.d/config.el
@@ -76,7 +76,9 @@
         "https://bleepingcomputer.com/feed"
         "https://krebsonsecurity.com/feed"
         "https://feeds.twit.tv/sn.xml"
-        "https://lwn.net/headlines/newrss")))
+        "https://lwn.net/headlines/newrss"
+        "https://lwn.net/headlines/Features"
+        "https://bits.debian.org/feeds/atom.xml")))
 
 ;; non-public config
 (load-file "~/.doom.d/local.el")
diff --git a/.doom.d/init.el b/.doom.d/init.el
index 5191df5..4bb70d0 100644
--- a/.doom.d/init.el
+++ b/.doom.d/init.el
@@ -20,7 +20,7 @@
        ;;layout            ; auie,ctsrnm is the superior home row
 
        :completion
-       company             ; the ultimate code completion backend
+       ;;company             ; the ultimate code completion backend
        ;;helm              ; the *other* search engine for love and life
        ;;ido               ; the other *other* search engine...
        ;;ivy               ; a search engine for love and life
diff --git a/.doom.d/packages.el b/.doom.d/packages.el
index 3895f75..e835fce 100644
--- a/.doom.d/packages.el
+++ b/.doom.d/packages.el
@@ -53,3 +53,5 @@
 ;; https://github.com/bqv/weechat.el
 (package! weechat
   :recipe (:host github :repo "bqv/weechat.el"))
+
+(package! hackernews)