|
@@ -57,7 +57,9 @@
|
|
|
|
|
|
;; Enable tab behavior like vi
|
|
;; Enable tab behavior like vi
|
|
(straight-use-package '(evil-tabs :type git :host github
|
|
(straight-use-package '(evil-tabs :type git :host github
|
|
- :repo "krisajenkins/evil-tabs"))
|
|
|
|
|
|
+ :repo "krisajenkins/evil-tabs"))
|
|
|
|
+(require 'evil-tabs)
|
|
|
|
+(global-evil-tabs-mode t)
|
|
|
|
|
|
(require 'auto-complete)
|
|
(require 'auto-complete)
|
|
(global-auto-complete-mode t)
|
|
(global-auto-complete-mode t)
|
|
@@ -110,6 +112,12 @@
|
|
(display-time-mode t)
|
|
(display-time-mode t)
|
|
(display-line-numbers-mode t)
|
|
(display-line-numbers-mode t)
|
|
|
|
|
|
|
|
+;;; Custom commands
|
|
|
|
+(load "/Users/swatson/.emacs.d/.erc-auth.el")
|
|
|
|
+(defun connect-to-libera-erc () (interactive)
|
|
|
|
+ (erc :server "irc.libera.chat" :port "6667"
|
|
|
|
+ :nick "speskk" :password *libera-chat*))
|
|
|
|
+
|
|
(custom-set-variables
|
|
(custom-set-variables
|
|
;; custom-set-variables was added by Custom.
|
|
;; custom-set-variables was added by Custom.
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|