Git Product home page Git Product logo

.emacs.d's People

Contributors

d4ncer avatar jackhopner avatar ryankscott avatar

Stargazers

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

Watchers

 avatar  avatar

.emacs.d's Issues

Add yasnippet + relevant snippets

Initial modes to target:

  • derived web-modes (HTML/CSS/JS)

Future modes (maybe):

  • Python (not sure if I'm going to use ananconda-mode or elpy)
  • elisp-mode

Company styles broken

company-box no longer uses internal styles, but rather defers to company faces. Fix up my styles to match.

Rethink chord structure

Currently have a structure that is loosely based on Spacemacs/Chris's structure. Rethink grouping of chords based on common activities (reduce chord length for 80% tasks).

development stalled?

hi,

looks like the development of this config has stalled a little, I heard a rumour the main contributor @d4ncer started playing WoW again.

I'd be happy to take lead on development if you want to appoint me with admin access.

Add clipboard <-> buffer fns

(defun rk-copy-whole-buffer-to-clipboard ()
  "Copy entire buffer to clipboard"
  (interactive)
  (clipboard-kill-ring-save (point-min) (point-max)))

(defun rk-copy-clipboard-to-whole-buffer ()
  "Copy clipboard and replace buffer"
  (interactive)
  (delete-region (point-min) (point-max))
  (clipboard-yank)
  (deactivate-mark))

Extend flow support

flow-for-emacs doesn't expose all the possibilities available via the CLI.

Refine IBuffer transient states

  • Move transient states into their own package
  • Fix autoload issues
  • Redefine leader key for IBuffer (move from SPC b B to something more accessible)

Extend counsel-search commands

Add commands for:

  • Searching a project with/without initial input (this is already done?)
  • Searching a buffer with/without initial input
  • Searching a custom dir with/without initial input

Add sane bindings for LSP modes

Currently only affects python buffers, but the hope is that this work incentivises me to add support for more LSP implementations.

Replace prettier

Replace the current prettier package with prettier.el. It has a few key improvements over the default, the main one I'm interested in is the fact that it doesn't modify position of the cursor. This is important when combined with tide's handling of auto-imports within a save-excursion.

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.