From 8b0d063d78fae5a2b31e03218396f3bf8e2466ea Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Mon, 06 Dec 2021 07:34:32 +0000
Subject: [PATCH] Use tramp from elpa
---
init.el | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/init.el b/init.el
index 6d711c7..bbe561b 100644
--- a/init.el
+++ b/init.el
@@ -4,9 +4,9 @@
;; Repos
(require 'package)
-(setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/")
- ("melpa" . "https://melpa.org/packages/")
- ("org" . "https://orgmode.org/elpa/")))
+(setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/")
+ ("nongnu" . "https://elpa.nongnu.org/nongnu/")
+ ("melpa" . "https://melpa.org/packages/")))
(package-initialize)
;; use-package
@@ -32,3 +32,6 @@
;; redirect to org config file
(when (file-readable-p "~/.emacs.d/config.org")
(org-babel-load-file "~/.emacs.d/config.org"))
+(put 'upcase-region 'disabled nil)
+(put 'downcase-region 'disabled nil)
+(put 'list-timers 'disabled nil)
--
Gitblit v1.10.0