fniessen / emacs-leuven-theme

This Emacs theme reduces eye strain with a light, high-contrast color scheme, syntax highlighting, and support for multiple modes. Enhance your coding experience! #emacs #theme #coding #orgmode
GNU General Public License v3.0
696 stars 59 forks source link

How to see the menu with your theme #46

Closed josemachino closed 7 years ago

josemachino commented 7 years ago

Good afternoon, I have a question about how to see the menu. I am in fedora Kde, and in the emacs does not appear the menu. How to make it appeared?

Here is my init.el:

;; Added by Package.el.  This must come before configurations of
;; installed packages.  Don't delete this line.  If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
(package-initialize)

(add-to-list 'load-path "/home/jose/workspace_git/emacs-leuven-master")
(require 'emacs-leuven)
(add-to-list 'package-archives
       '("melpa" . "http://melpa.org/packages/") t)

(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.
 '(package-selected-packages
   (quote
    (elpy elpypy ag ant anzu auctex auto-complete auto-highlight-symbol auto-package-update avy back-button bbdb bookmark+ boxquote circe color-identifiers-mode company company-tern company-quickhelp csv-mode cygwin-mount dictionary diff-hl diminish dired+ dumb-jump emr ess expand-region fancy-narrow fill-column-indicator flycheck flycheck-color-mode-line flycheck-ledger fuzzy git-commit git-messenger git-timemachine google-this google-translate goto-chg graphviz-dot-mode helm helm-ag helm-descbinds helm-ls-git helm-projectile helm-swoop hide-lines hideshowvis highlight-numbers hl-anything howdoi htmlize indent-guide jquery-doc js2-mode js2-refactor json-mode key-chord litable idle-require info+ interaction-log ledger-mode leuven-theme markdown-mode multi-term multiple-cursors org-plus-contrib pager powerline rainbow-delimiters rainbow-mode skewer-mode sqlup-mode tern tidy smart-comment smartparens sql-indent unbound undo-tree volatile-highlights web-mode which-key ws-butler yasnippet ztree))))
(custom-set-faces
 ;; custom-set-faces 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.
 )

Thanks in advance.

fniessen commented 7 years ago

Which menu are you talking of? Could you show a screenshot?

Are you talking of the "menu-bar-mode"? Type M-x menu-bar-mode to enable or disable it.

josemachino commented 7 years ago

Thanks a lot, I did not know of the menu bar mode. Now it appears. Best