Coder Social home page Coder Social logo

emacs's People

Contributors

eastereggo avatar konrad1977 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

emacs's Issues

SVG Tags with spaces

I am trying to read your config and figure out how you made svg-tag-mode deal with spaces but am having trouble. Can you point me in the right direction?

ivy-posframe face in kanagawa theme causing unreadable UI

Hi, firstly thank you so much for making this theme! It's the first one I've seen in a few years that got me really excited to have discovered and use it!

I did run into one hiccup during usage that I have finally figured out enough to write to you about it, and that's that my ivy-posframe would be completely unreadable on initial load of Emacs, due to what I believe is the ivy-posframe setting here. I'll attach some screenshots.

One thing I do not understand, is that by running M-x load-theme with kanagawa after Emacs finished loading would fix this issue, so I'm not entirely sure if this is an issue with the theme itself, or my own setup.

This is the frame on initial load
Screen Shot 2022-09-06 at 12 35 54 PM

This is after reloading kanagawa with M-x load-theme
Screen Shot 2022-09-06 at 12 36 02 PM

This is after commenting out L307 linked above.
Screen Shot 2022-09-06 at 12 54 16 PM

If this isn't replicatable, obviously feel free to close this issue as it must be something on my end, but I wanted to at least document this in case I'm not the only one to run into the problem.

Thank you again! Truly do love this theme (enough for me to learn a bit about theming and how I could fix this issue!)

kanagawa highlight color

Hi
First off just wanted to say thanks for creating the kanagawa theme (I use it for nvim and love it). I'm pretty new to emacs to just trying to learn how to adjust it to my liking.

I'm not sure what that section of the window is called but when I press M-x I notice the theme doesn't highlight the entire line which ends up creating this weird box like shape. I notice other themes don't do this (attached an example of doom-miramare), so I just wanted to ask if you could point me to where I need to modify the theme file if I want kanagawa to behave like miramare in this case. Hope I explained my issue correctly.

image

image

Have you thought above getting your Kanagawa theme on MELPA ? / Separate repository ? (Suggestion)

I see that you have worked on creating the kanagawa theme and on reddit there were talks about getting this on melpa

https://github.com/jasonm23/emacs-theme-kanagawa/blob/master/kanagawa-theme.el
This doesn't seem to be getting updated..

Also will be great if you create a repo specifically for the kanagawa theme.. so people can install it simply by using the username/package-name.

example -

(package! kanagawa-theme :recipe
(:host github :repo "konrad1977/kanagawa-theme" :branch "master")) 

I am currently using it and loving it.. also compared it to the original work of reblot's nvim theme.. :)

Can't install the catppucino theme on Emacs 27.2

I've tried to install the theme multiple times, I even tried using @konrad1977 's config file for emacs and it won't work, no matter what.
I added catppucino.el to ~/.emacs.d/themes and emacs did not recognize the theme

(I've got two suggestions:
-Add a merge request to the catppucino's github for them to add this theme to their github
-Add the theme as a MELPA/ELPA package)

My config:

(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.
 '(column-number-mode t)
 '(custom-enabled-themes '(solarized-dark-high-contrast))
 '(custom-safe-themes
   '("830877f4aab227556548dc0a28bf395d0abe0e3a0ab95455731c9ea5ab5fe4e1" "d89e15a34261019eec9072575d8a924185c27d3da64899905f8548cbd9491a36" "833ddce3314a4e28411edf3c6efde468f6f2616fc31e17a62587d6a9255f4633" "7f1d414afda803f3244c6fb4c2c64bea44dac040ed3731ec9d75275b9e831fe5" "27a1dd6378f3782a593cc83e108a35c2b93e5ecc3bd9057313e1d88462701fcd" default))
 '(delete-selection-mode nil)
 '(global-display-line-numbers-mode t)
 '(inhibit-startup-screen t)
 '(menu-bar-mode nil)
 '(package-selected-packages '(go-mode solarized-theme base16-theme))
 '(show-paren-mode t)
 '(tool-bar-mode nil))
(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.
 '(default ((t (:family "Liberation Mono" :foundry "1ASC" :slant normal :weight normal :height 113 :width normal)))))

(setq backup-directory-alist '(("." . "~/.emacs.d/backup"))
  backup-by-copying t    ; Don't delink hardlinks
  version-control t      ; Use version numbers on backups
  delete-old-versions t  ; Automatically delete excess backups
  kept-new-versions 20   ; how many of the newest versions to keep
  kept-old-versions 5    ; and how many of the old
  )

;;customize theme
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
(add-to-list 'load-path "~/.emacs.d/themes/")

;; set GUI options
(tool-bar-mode -1)
(menu-bar-mode -1)
(setq line-number-mode t)
(set-fringe-mode 0)

;; MELPA/ELPA stuff
(require 'package)
(add-to-list 'package-archives
             '("melpa" . "https://melpa.org/packages/") t)
(package-initialize)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.