From bc591dcedf45b80f70661f33c42c68dbd581e901 Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Mon, 11 Aug 2025 17:36:57 +0200 Subject: Migrate to RDE --- files/.emacs.d/jd/jd-custom.el | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100755 files/.emacs.d/jd/jd-custom.el (limited to 'files/.emacs.d/jd/jd-custom.el') diff --git a/files/.emacs.d/jd/jd-custom.el b/files/.emacs.d/jd/jd-custom.el deleted file mode 100755 index a634baa..0000000 --- a/files/.emacs.d/jd/jd-custom.el +++ /dev/null @@ -1,33 +0,0 @@ -;;; Dotfiles --- Jakub Dlugosz emacs config -;;; Commentary: - -;;; Code: - -(setq erc-nick "bobbma" - erc-user-full-name "Jakub Dlugosz" - erc-notify-list '("akuleszaa")) - -(defun hipis-znc () - (interactive) - (erc :server "195.74.91.18" - :port "6697")) - - -;; Repair load paths when tramp try to connect to guix instances -(require 'tramp) - -(connection-local-set-profile-variables - 'guix-system - '((tramp-remote-path . (tramp-own-remote-path)))) - -(connection-local-set-profiles - '(:application tramp :protocol "sudo" :machine "localhost") - 'guix-system) - -(connection-local-set-profiles - '(:application tramp :protocol "ssh" :machine "jdlugosz.com") - 'guix-system) - -(provide 'jd-custom) - -;;; jd-custom.el ends here -- cgit v1.2.3