From 8ba5b1e5d81da72891a2f0572f196b25ec556e3d Mon Sep 17 00:00:00 2001 From: qorg11 Date: Sun, 5 Jul 2020 06:49:36 +0200 Subject: [PATCH] Added cperl-mode and renamed some headings --- config.org | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/config.org b/config.org index 188d59a..8364467 100644 --- a/config.org +++ b/config.org @@ -1,3 +1,4 @@ + #+AUTHOR: qorg11 #+TITLE: emacs config #+OPTIONS: toc:nil @@ -425,15 +426,23 @@ Including indent-buffer, which should not be called automatically on save." (blink-cursor-mode 0) #+END_SRC -** Lisp things - - #+BEGIN_SRC emacs-lisp +** Programming language things +*** Lisp + Rainbow parentheses, If someone can tell me why it does not + work. please tell me. + #+BEGIN_SRC emacs-lisp (use-package rainbow-delimiters :ensure t :init (add-hook 'emacs-lisp-mode 'rainbow-delimiters-mode)) - #+END_SRC + #+END_SRC +*** Perl + Cperl-mode is better than perl-mode. You can't change my mind. + #+BEGIN_SRC emacs-lisp + (defalias 'perl-mode 'cperl-mode) + + #+END_SRC ** Beacon mode 's cool #+BEGIN_SRC emacs-lisp