emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs Mac port


From: VanL
Subject: Re: Emacs Mac port
Date: Thu, 05 Dec 2019 18:03:37 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (darwin)

VanL <van@scratch.space> writes:

>> (say, $ open /Applications/MacPorts/EmacsMac.app --args -Q)
>
> Starting EmacsMac.app as suggested allows the expected, desired
> behavior.
>
> Something in my customization has introduced the undesired behavior.

Commenting out '(menu-bar-mode nil) returns the expected, desired
behavior.

#+BEGIN_SRC emacs-lisp
  (custom-set-variables
   ;; custom-set-variables was added by Custom.
   ;; If you edit it by hand, you could mess it up, so be careful.
   ;; Your init file should contain only one such instance.
   ;; If there is more than one, they won't work right.
   '(canlock-password "600dcbcafd9de585fe73fa9e0b97b5bec1f2dab1")
   '(display-buffer-reuse-frames t)
   '(electric-indent-mode nil)
   '(epa-pinentry-mode (quote loopback))
   '(gnus-summary-line-format "%U%R%z%I%(%[%4L: %-2,2f%]%) %s
  ")
   '(mac-command-modifier (quote alt))
   '(mac-option-modifier (quote meta))
   '(mac-right-command-modifier (quote super))
   '(mac-right-option-modifier (quote hyper))
  ;; '(menu-bar-mode nil) ;; xxx
   '(org-return-follows-link t)
   '(ring-bell-function (quote ignore))
   '(safe-local-variable-values (quote ((eval auto-revert-mode t))))
   '(same-window-buffer-names (quote ("*vc-diff*" "*vc-change-log*")))
   '(scroll-bar-mode nil)
   '(tool-bar-mode nil))

#+END_SRC




reply via email to

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