From 387766fe36d27611da43f10a3ebaa8c17c850c6c Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Tue, 19 Oct 2021 01:41:45 +0000
Subject: [PATCH] Verilog mode now in elpa, no need to manually fetch and update

---
 init.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/init.el b/init.el
index 6d711c7..7c3dd14 100644
--- a/init.el
+++ b/init.el
@@ -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.9.3