[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PGTK+ warning
From: |
Emanuel Berg |
Subject: |
Re: PGTK+ warning |
Date: |
Tue, 15 Nov 2022 16:35:19 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Alessandro Bertulli wrote:
> deal with side-effects (like removing functions from hooks)
> way faster
;; (setq text-mode-hook nil)
(defun text-mode-hook-f ()
(abbrev-mode)
(define-key text-mode-map "\C-c\C-c" #'compile) )
(add-hook 'text-mode-hook #'text-mode-hook-f)
--
underground experts united
https://dataswamp.org/~incal
- Re: PGTK+ warning, (continued)
- Re: PGTK+ warning, Alessandro Bertulli, 2022/11/15
- Re: PGTK+ warning, Stefan Monnier, 2022/11/15
- Re: PGTK+ warning, Alessandro Bertulli, 2022/11/15
- Re: PGTK+ warning, Eli Zaretskii, 2022/11/15
- Re: PGTK+ warning, Alessandro Bertulli, 2022/11/16
- Re: PGTK+ warning, Eli Zaretskii, 2022/11/17
- Re: PGTK+ warning, Emanuel Berg, 2022/11/18
- Re: PGTK+ warning, Alessandro Bertulli, 2022/11/19
- Re: PGTK+ warning, Emanuel Berg, 2022/11/24
- Re: PGTK+ warning, Alessandro Bertulli, 2022/11/30
- Re: PGTK+ warning,
Emanuel Berg <=
- Re: PGTK+ warning, Alessandro Bertulli, 2022/11/15
- Re: PGTK+ warning, Emanuel Berg, 2022/11/16
- Re: PGTK+ warning, Alessandro Bertulli, 2022/11/16
- Re: PGTK+ warning, Emanuel Berg, 2022/11/18
- Re: PGTK+ warning, Alessandro Bertulli, 2022/11/19
- Re: PGTK+ warning, Emanuel Berg, 2022/11/15