emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some developement questions


From: hw
Subject: Re: Some developement questions
Date: Fri, 24 Aug 2018 03:00:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>> From: hw <address@hidden>
>> Cc: address@hidden,  address@hidden
>> Date: Thu, 23 Aug 2018 00:17:11 +0200
>> 
>> [...]
>> him: Even better when he can simply switch to a set of settings that
>> helps him with his work without having to go through all the trial and
>> error otherwise needed to get there.
>> 
>> Does that make sense?
>
> It might.  However, the proverbial proof of the pudding is in eating
> it: I look forward to seeing concrete proposals of sets of non-default
> settings that cater to certain users.  Then we could perhaps discuss
> this further based on practical proposals, and see whether and how to
> incorporate that into Emacs.

Thank you for listening!

How do we make such proposals?  Should we post some or all of our
settings here, including self-written functions we call with non-default
key bindings?  What are the users we should have in mind?

Here are a few of the settings I use:


(setq inhibit-startup-message t
      default-major-mode 'text-mode
      mouse-yank-at-point t)
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
(add-hook 'mail-mode-hook 'turn-on-orgstruct++)
(blink-cursor-mode 0)
(setq scroll-margin 0)
(set-cursor-color "#F00000")
(setq Man-width 75)
(setq Man-notify-method 'aggressive)
(load "~/emacs/my-mark-line")
(global-set-key "\C-xl" 'my-mark-this-line)
(global-set-key "\C-xc" 'my-copy-this-line)
(global-set-key "\C-xw" 'my-cut-this-line)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]