aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorbard <[email protected]>2023-10-22 21:38:25 -0400
committerbard <[email protected]>2023-10-22 21:38:25 -0400
commit47207d57ad47908567c228ebf4568f7ec0ccc662 (patch)
treef486d6fe4b35d8d506a615dc5ac58dfd3f5aed45 /init.el
parentec39122b1a94e43df612abcbb02dba04c10daee3 (diff)
cpp mode and helm
Diffstat (limited to 'init.el')
-rw-r--r--init.el16
1 files changed, 14 insertions, 2 deletions
diff --git a/init.el b/init.el
index d2fae05..8900b72 100644
--- a/init.el
+++ b/init.el
@@ -26,6 +26,7 @@
;;; Code:
;; Add the directories to the load path
+(add-to-list 'load-path "~/.emacs.d/elisp/")
(add-to-list 'load-path (expand-file-name "bard-elisp" user-emacs-directory))
(add-to-list 'load-path (expand-file-name "bard-emacs-modules" user-emacs-directory))
@@ -63,8 +64,6 @@
;; | General Keybinds |
;; |------------------------------------|
;; Buffer switching
-(global-set-key (kbd "C-.") 'next-buffer)
-(global-set-key (kbd "C-,") 'previous-buffer)
(global-set-key (kbd "C-x C-b") 'ibuffer)
;; Desktop/session save
@@ -74,3 +73,16 @@
(provide 'init)
;;; init.el ends here
+(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.
+ '(package-selected-packages
+ '(helm-rg helm smartparens smart-parens flycheck vterm zenburn-theme yasnippet-snippets which-key vertico use-package toc-org tao-theme sly rainbow-mode projectile pdf-tools org-roam-ui org-cliplink orderless olivetti multiple-cursors modus-themes mixed-pitch marginalia magit hl-todo haskell-mode expand-region elfeed-org elfeed-goodies ef-themes dashboard counsel company clojure-snippets cider)))
+(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.
+ '(org-agenda-structure ((t (:inherit bold :foreground "#70a89f" :height 1.5 :family "Iosevka Comfy Motion Duo")))))