emacs.d

My Emacs configuration files.
git clone git://soucy.cc/emacs.d.git
Log | Files | Refs | README

commit 9604f44961d3b85666e812e6481041b0a72f401e
parent a4cdb711c1118d9fdf276d7dea611bd02f2c49b8
Author: Hugo Soucy <hugo@soucy.cc>
Date:   Mon, 29 Nov 2021 11:15:12 -0500

Delete go and elixir elisp configuration

Diffstat:
Dpartials/elixir.el | 8--------
Dpartials/go.el | 3---
2 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/partials/elixir.el b/partials/elixir.el @@ -1,8 +0,0 @@ -;; -;; Elixir Lang Packages -;; - -(use-package elixir-mode - ;; Major mode for editing Elixir files - :ensure t - :pin melpa) diff --git a/partials/go.el b/partials/go.el @@ -1,3 +0,0 @@ -;; -;; GO LANG PACKAGES -;;